scrollbar in form
Visual Basic
4
Posts
2
Posters
0
Views
1
Watching
-
i have a form in vb 6.0, and i want to add horizontal and vertical scrollbar on the form, idont have any idea. so please help me. Thanks Thanks
-
Thanks for answer yes i add both of them i have so many controls on my form so form is too length therefore i want to use scrollbars. but i dont know how i use them Thanks
I think moving many controls placed on form isn't a good way. I would look for better way for example I would place them in frame and move that frame, not separated controls. Scroll bars have event "Changed". Use it. By the way: use dotnet - learning vb6 is mistake. Robert