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 .
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 .
Click the Scroll a form link in my signature.
Or you could use the window styles WS_HSCROLL and WS_VSCROLL as per this thread
MartinLiss 1. I have tried unsuccessfully to create a new scrolling form using your code. Gives Run time Error :object 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.
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.