Automatically set screen resolution when opening MDB file

  • Thread starter Thread starter George van Niekerk
  • Start date Start date
G

George van Niekerk

Hi,

What can i do to set the users screen resolution automatically when opening
a MDB file to ensure that the forms does not cutt of. I know the procedure to
set the screen properties for each individual user, however this is too
cumbersome as oppoesed to automating the procedure when opening the MDB file?
 
In my opinion, developers have no business changing the user's setting.
Remember that your application isn't the only application they use, so
you'll be impacting their ability to multitask. Also, some users may have
their settings that way because of medical conditions: they may be unable to
work at the resolution you chose for them.

Instead, develop your application so that it adapts to the user settings.
You can buy modules like ShrinkerStretcher (at
http://www.peterssoftware.com/ss.htm ) to automate this for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top