How do you go about sizing a form at run time to fit a screen? When you do size the form to fit the screen, does it have to also be screen size in design mode?
I presume that you want the form to appear the same under different resolutions. For that you can call an API function to establish the resolution of the user's screen and then resize the controls on your form differently for every resolution. If that is what you want you can email me for code if you do not find that in manuals.<br>
<A HREF="mailtoko@mweb.co.za">pko@mweb.co.za</A><br>
Peekay
You can resize a fixed, borderless form with Form1.Move 0, 0, Screen.Width, Screen.Height. You should use the API if you need to resize and reposition all of the controls to appear proportional on all machines.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.