Spin Button

Started by geneschneider, June 13, 2007, 10:27:34 AM

Previous topic - Next topic

admin

Use the button click events to add and subtract the value then call a routine that will change the text box or label so that it can be displayed.

geneschneider

In am trying to create a spin button which will add or subtract the value of one from a base value of zero. I want to be able to press the up button to increment up one number starting at zero. Then, lets say I'm at three, be able to hit the down arrow and take the number to two, down arrow again, to one and finally getting to zero. I also want the value to be able to be displayed in a text box or label. Zero and 25 would be my min and max values. Can anyone help?