Click to See Complete Forum and Search --> : Form that longer than 1 screenful.
hongnga
Jan 29th, 2000, 01:05 PM
I am new to Visual Basic. I've seen Turbo Tax program form that is longer than 1 full screenful screen. I've just wonder how I can create a form that is longer than 1 screenful in Visual Basic 6. Thx
sushant
Feb 3rd, 2000, 02:30 PM
You can use a MDI form and put this form inside it as a child form. By default the MDI form show a Scrollbar when the child form is larger than the screen.
Truely speaking it is not advisable to have a form which is more than the screen. You can use a Tab control and put all the controls in it.
For example, open MS word and select Tools--> Options. You can see a form with a tab control
MartinLiss
Feb 3rd, 2000, 09:48 PM
If you don't want to use the Tab control or a MDI form, I have a demo project I can send you that illustrates "scrolling a form". The form itself does not scroll, but instead all controls are placed within a couple of picture boxes and it is the inner picturebox which is scrolled. It's easy to do.
------------------
Marty
HASTE CUISINE
Fast French food.
MartinLiss
Feb 4th, 2000, 06:53 AM
I sent you my demo. Let me know if you have any questions.
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.