Results 1 to 4 of 4

Thread: Form that longer than 1 screenful.

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Mesa, Az, USA
    Posts
    2

    Post

    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

  2. #2
    Junior Member
    Join Date
    Apr 1999
    Location
    Bangalore, KA, India
    Posts
    18

    Post

    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

  3. #3
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    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.

  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    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!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width