hi,
Is there a way to increase the width and Height of a form (not an MDI child form) beyond the size of the screen using scroll bar or some other technique ?
Thanks
Printable View
hi,
Is there a way to increase the width and Height of a form (not an MDI child form) beyond the size of the screen using scroll bar or some other technique ?
Thanks
Why?
I can tell you for sure that a VB form in one of my apps that was created for a 1024x768 screen goes way beyond the edges of the screen when run on an 800x600 screen, and it can be moved around.
Well then, you could add code to the window so when it's dragged it'll move it.