Re: Screen resolution problem
- From: "dman" <unlisted@xxxxxxx>
- Date: Mon, 5 Jun 2006 13:23:30 -0400
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.
.
- Follow-Ups:
- Re: Screen resolution problem
- From: Ralph
- Re: Screen resolution problem
- From: Ivar
- Re: Screen resolution problem
- From: Karl E. Peterson
- Re: Screen resolution problem
- References:
- Screen resolution problem
- From: dman
- Re: Screen resolution problem
- From: Steve Barnett
- Screen resolution problem
- Prev by Date: Re: Linked spread*** error #Num! in Access 2000 VB
- Next by Date: Re: ActiveX.exe more problems
- Previous by thread: Re: Screen resolution problem
- Next by thread: Re: Screen resolution problem
- Index(es):
Loading