temporary screen size

sconly

Registered User.
Local time
Today, 02:44
Joined
Oct 8, 2002
Messages
56
how can i temporarily adjust the resolution of a users screen to suit my database then revert back to their usual screen ?

cheers!

Matt
 
There is an excellent form resizer located at www.devlopershandbook.com/downloads.htm. It is fairly simple to use and has excellent documentation.

One word of caution though. Disable the resizer by placing an ' before code that calls it in the VBA window before you make changes to your form design or your forms will be saved at the incorrect size. Whenever I am going to make some form design changes I open my db while holding down the shift key so that no form loads and then enter any module, select the main form and place the apostrophe in front of the declaration and compile and save. Then I make my form changes, save and exit the form design view, reenter VBA, remove the apostrophe and compile and save again.

Autoeng
 

Users who are viewing this thread

Back
Top Bottom