cRuLo Posted June 20, 2003 Posted June 20, 2003 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? Quote
Mehyar Posted June 20, 2003 Posted June 20, 2003 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. Quote Dream as if you'll live forever, live as if you'll die today
ThePentiumGuy Posted June 20, 2003 Posted June 20, 2003 you should be able to.. look in the properties window Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
cRuLo Posted June 20, 2003 Author Posted June 20, 2003 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 don't have control over...i want control over them. Quote
cRuLo Posted June 21, 2003 Author Posted June 21, 2003 well, no answers... anyone know where i might find one? help site...? Quote
cRuLo Posted June 21, 2003 Author Posted June 21, 2003 (edited) i got what i want, but im still having problems, check my new post. Edited June 21, 2003 by cRuLo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.