I'm trying to do something that I feel should be rather easy to do, but simply isn't working.
I'm want to create multiple spin buttons to manually allow the user keep score of different things and to display the current count of each in separate text boxes. However I also want to display a total overall count of based on ALL spin button inputs.
I declared a total count variable as Long and it will change from 0 to 1 with the first click, but won't add any more with any additional clicks.
I'm want to create multiple spin buttons to manually allow the user keep score of different things and to display the current count of each in separate text boxes. However I also want to display a total overall count of based on ALL spin button inputs.
I declared a total count variable as Long and it will change from 0 to 1 with the first click, but won't add any more with any additional clicks.