Scrollbars (VB)

cRuLo

Member
Joined
Jun 20, 2003
Messages
10
Scrollbars

Many controls allow a scroll bar to be visable. Is there a way to find the max, min, and current values of these scrollbars. And can you set the position (value) with .net code?
 
If you want you can create a class that inherits the control and access these properties. You cannot normally access them because they are protected.
 
what are you talking about...? the values of the scroll bar on controls are not visible in the property window. I am not talking about the scrollbar control. i am talking about the scrollbars in like text boxes. The ones you dont have control over...i want control over them.
 
i got what i want, but im still having problems, check my new post.
 
Last edited by a moderator:
Back
Top