Re: Screen resolution problem



Hi.

So I should get the resolution on startup and resize the form accordingly?
Do I have to move each control with code or is there a way to automatically
move/resize controls according to the display size?


"Steve Barnett" <noname@xxxxxxxxxxxx> wrote in message
news:eKuw%23gLiGHA.4640@xxxxxxxxxxxxxxxxxxxxxxx
Add code to the Form_Resize event and move and resize the controls on the
form to suit the resolution of the display. That way, when someone comes
along with a 1280x1024 screen, you'll have no work to do.

Steve

"dman" <unlisted@xxxxxxx> wrote in message
news:eiigLVLiGHA.4896@xxxxxxxxxxxxxxxxxxxxxxx
Hi.

I have an application that was designed to run on PC's using
a resolution of 1024*768. Recently, there are 2 locations that
need to run their displays at 800*600. Of course, this is causing
them some grief as some of the application is cut of.

What are some ideas to resolve this issue. I know I can grab the
current resolution when the app starts up. Perhaps I could display
a smaller version of the form(code a 2nd form) for these locations.
The app is only 1 form.

Anything else I could do?
Thanks.





.


Loading