-
Sizable form...
Hey guys i made a program and its perfect for my resolution and monitor....
But then i sended it to my frend and next day he showed me how it looks ...It was half coverd lol. So how do i make my form sizable for all resolutions that it all fits on screen (Net program (webbrowser))
-
Re: Sizable form...
Which means that you first have to read the current resolution and then resize the form. Do not forget to add scrollbars on the form.
A little search on the forum will give you the proper code on how to obtain the current screenresolution.
-
Re: Sizable form...
Design the form so that it fits properly at the lowest resolution you want to support. You can use the Form Layout Window to help you do that. Then use the code in the Resize controls link in my signature to allow for higher resolutions.