Results 1 to 5 of 5

Thread: How to make or to convert a regular form into a scrollable one

  1. #1

    Thread Starter
    Banned
    Join Date
    May 2003
    Posts
    37

    How to make or to convert a regular form into a scrollable one

    Visual Basic 6
    How to make or to convert a regular form into a scrollable one
    Please if it is possible give a working example .

  2. #2

  3. #3
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Or you could use the window styles WS_HSCROLL and WS_VSCROLL as per this thread
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  4. #4

    Thread Starter
    Banned
    Join Date
    May 2003
    Posts
    37
    MartinLiss 1. I have tried unsuccessfully to create a new scrolling form using your code. Gives Run time Error bject is required for picWindow. Why?
    2. Why your form during running the active form is not resizable?
    3. Also I have failed to add in your form horizontal scrolling
    Could you please add in your form horizontal scrolling.

  5. #5
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    1. The form as I posted it works OK. I don't know what change you made that caused the error.

    2. It's easier that way. If you want to ba able to resize the form there are a lot of threads on resizing forms and the controls they contain.

    3. If you can get the vertical scrolling working you should be able to do the hortizontal scrolling.

    You could also try MerrionComputin's code.

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