Add Free Scroll bar but not to scroll the form

bee55

New member
Joined
Aug 19, 2013
Messages
2
Programming Experience
Beginner
Hi every one
i'm using VB.net 2010 express and would like to add horizental scroll bar to use it to print its value to a text box
but when i open the toolbox a didn't find it , but i find a progrss bar only , how can i find it and use it
thanks for care
 
HScrollBar is in ToolBox by default, if you have removed it you can add it again by configuring the Toolbox. Though it sounds to me you're actually looking for TrackBar control.
 
HScrollBar is in ToolBox by default, if you have removed it you can add it again by configuring the Toolbox. Though it sounds to me you're actually looking for TrackBar control.


i use hscroll bar and i make this code:
text1.text = hscrollbar1.value
it works fine
if you have a better suggestions it will be appriciated
because i am biginner
thank you
 
Back
Top