Is there a way to test for the current screen resolution?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to test the user's current screen resolution to determine if I
will set the report preview to 100% or 75%. If the user is set to 1024X768
then I will set acCmdZoom100 else acCmdZoom75. Is there a way to set screen
preview to 85%?
 
cansoft said:
I would like to test the user's current screen resolution to
determine if I will set the report preview to 100% or 75%. If the
user is set to 1024X768 then I will set acCmdZoom100 else
acCmdZoom75. Is there a way to set screen preview to 85%?

This link shows how to get this information via the Windows API:

http://www.mvps.org/access/api/api0012.htm
 
Back
Top