-
sliderbar Help
Hello everyone!
I'm have a little trouble getting my text box and slider bar to
work together.
I want the user to have to ways to enter data.
1.) By typing a number in a text box and the slider bar will
reflect that number.
2.) sliding the slider bar to a specific number and the textbox
reflecting that number.
Can anyone help, thanks in advance
SPC
-
Sounds like you really want a listbox, try that, or give more details of what you need
-
on the slider change have it update the textbox...
on the textbox keypress have it set the slider..
should be easy
-
Hopefully you won't get infinite recursion if you do that...
-
you cant set it on change !! (good point)
you have to do it on key press / down /up (whichever)
and on slider click? slide?
No VB here to play first..
-
Thanks all for your comments. I will give your suggestion a try
SPC