Screen Resolution

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Can I design an application (Forms, Graphs) to be viewable
by users with different screen resolutions?
 
Matt,

The best thing to do is to test your application on the least resolution,
and change it to suit. Messing about with users resolution is not a good
idea.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Matt,

You should design your application to work at the lowest
resolution (typically 800x600). I wouldn't recommend that you try
to change control positions based on screen resolution, as this
is rather complicated. Under no circumstances should you attempt
to change a user's screen resolution.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Back
Top