|
-
Sep 7th, 2003, 08:56 AM
#1
Thread Starter
Banned
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 .
-
Sep 7th, 2003, 09:51 AM
#2
Click the Scroll a form link in my signature.
-
Sep 7th, 2003, 02:33 PM
#3
Frenzied Member
Or you could use the window styles WS_HSCROLL and WS_VSCROLL as per this thread
-
Sep 9th, 2003, 10:34 AM
#4
Thread Starter
Banned
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.
-
Sep 9th, 2003, 10:53 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|