Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to add a vertical/horizontal scroll bar in a form window?

Status
Not open for further replies.

mackpei

Programmer
Jun 6, 2000
27
DE
VB gurus,<br><br>I have just a quick question:<br><br>How can I add a vertical/horizontal scroll bar in a form window, which may contains<br>many elements (subwindows, items, etc.).<br><br>TIA<br>Mack
 
well by making two pictureboxes, one inside the other, the outer ones contain your scrollbars, and the inner one contains all your elements, you make the picture2 move inside when you use the scroll bars(the scrollbars arnt automatic, you program them yourself when you add them) <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top