Does any one knows how to make the form to scroll? Do I need to add a scroll bar on the form and how can I make the scroll bar to scroll when I make the form smaller and larger?
Yes, you'll need to add a scrollbar to the form, and to make it scroll when you make the form smaller and larger, put that code in the Form_Resize event. You'll probably need an On Error Resume Next statement in the Form_Resize in case the form is resized too quickly.
Notice you can change the .Min and .Max properties of VScroll1, use this to your advantage instead of trying to play with erroneous numbers. This also goes for progress bars, BTW.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.