How to increase Spin Button by .1 decimal
I have a Spin button (SpinButton1) connected to a text box (txtVersion) and I need it to increase by .1 so Version Numbers are 2.0, 2.1,2.2, etc...
When I try to change the Value in Properties to 2.0 or SmallChange to .1 I get an error message.
Also, if that doesn't work, is there a way to set the default value in txtVersion to "2.0" ?
|