Screen resolution

  • Thread starter Thread starter Snurre
  • Start date Start date
S

Snurre

Hi.

I an developing an Access application and my users have
different screen resolution. I developed in 1024x768 and
user that have a 800x600 resolution are not able to see
the whole form. Do I have make two set of forms and a code
to check screen resolution ?

regards
Snurre
 
Snurre said:
I an developing an Access application and my users have
different screen resolution. I developed in 1024x768 and
user that have a 800x600 resolution are not able to see
the whole form. Do I have make two set of forms and a code
to check screen resolution ?

One solution would be Shrinker-Stretcher:

http://www.peterssoftware.com/ss2.htm

another is code in the Access Developer's Handbook:

http://www.amazon.com/exec/obidos/tg/detail/-/0782140092/qid=1068120315/sr=1
-2/ref=sr_1_2/002-9413255-7391251?v=glance&s=books

(watch for news reader line wrapping)
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top