hi.. friends..
i hav created a new form!! 4 my project but i need a horizontal scroll bar to be attached to it so that i can add more no sections.. to right side of the form!! 15360*11520 is the default size of the form!! i want to increase the size of the form!! how to do it..
plzzzzzzzzzz help!!
Regards
yopirates :)
yopirates 0 Light Poster
Recommended Answers
Jump to Posthi.. friends..
i hav created a new form!! 4 my project but i need a horizontal scroll bar to be attached to it so that i can add more no sections.. to right side of the form!! 15360*11520 is the default size of the form!! i want to increase the …
Jump to PostBesides Walt's advice, it sounds like you want to make your form scrollable via the use of a horizontal scrollbar. The easiest thing to do, would be to put all your controls into a picture box except the scrollbar. Then you could use the change event of the scrollbar to …
Jump to PostSo then your windowstate property is set to vbmaximized... Use the picture box with the scroll bar(s) outside of the pic box and you should be fine...
Good Luck
Jump to Postdo u mean i hv to put in the table inside a picture box and use the scroll bar outside the picture box???
You have been asked to read the Member Rules multiple times. Read them. You're about to get an infraction for Keep It Clean this time -- 1st …
Jump to PostOkay, start a new standard exe project and add the following to form1... 2 textboxes (text1, text2), 2 picture boxes (picture1, picture2), vertical scrollbar (VScroll1), horizontal scrollbar (HScroll1), and then add the code...
Option Explicit Private Sub Form_Load() VScroll1.Move Me.ScaleWidth - (VScroll1.Width + 30), 30, VScroll1.Width, Me.ScaleHeight …
All 17 Replies
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
vb5prgrmr 143 Posting Virtuoso
yopirates 0 Light Poster
yopirates 0 Light Poster
vb5prgrmr 143 Posting Virtuoso
yopirates 0 Light Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Vineeth K 10 Posting Whiz in Training
vb5prgrmr 143 Posting Virtuoso
yopirates 0 Light Poster
yopirates 0 Light Poster
vb5prgrmr 143 Posting Virtuoso
yopirates 0 Light Poster
vb5prgrmr 143 Posting Virtuoso
Vineeth K 10 Posting Whiz in Training
yopirates 0 Light Poster
yopirates 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.