My Form is bigger than the screen (depending on the resolution) is there any way to add scroll bars to it ?
It is a dynamic form, so the size can change all the time (allways getting bigger).
Thank you
Printable View
My Form is bigger than the screen (depending on the resolution) is there any way to add scroll bars to it ?
It is a dynamic form, so the size can change all the time (allways getting bigger).
Thank you
http://www.vb-world.net/tips/tip480.html
Does that help?
yes, thnks !!!
O.K, so I was wrong ..
This code moves all the controls downward giving the illusion that you scroll ..
It could be great, but the problem is that my form is not static (I add controls on the fly accroding to user choices) so it screws up all my positioning ..
I need something that is "built in". I need it to really scroll and not move the controlls ..
but Thank you, it was a good shot !
Any other ideas ?
It seems almost like a monologe, but I found it ..
I am using a MDI form, and I put my form inside it, (as a child) so it makes the scroll for me (just like in word), now I have a new problem ...
the biggest form that can be created is 15,360 pixels..
Does any one know how to override it ?
Thanks