Randem Systems Support Board

Visual Basic - Problems and Solutions => Visual Basic 6 => Topic started by: geneschneider on June 13, 2007, 10:27:34 AM

Title: Spin Button
Post by: geneschneider on June 13, 2007, 10:27:34 AM
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?
Title: Spin Button
Post by: admin on December 04, 2007, 11:03:13 AM
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.