|
![]()
Handling different screen resolutionsSo what do you do? Well, there are several things that you can do. Firstly, you could design all you forms at multiple resolutions, and in the startup for the database run some code to check the resolution and decide which set of forms to use. You can get some code to check the current screen resolution on the Microsoft Knowledge Base in article Q148395. Alternatively, you could design your application at one screen size and scale it to fit other resolutions (it is best to design at say 800x600, and then scale it to 1024x768). There are several utilities that will allow you to do this:
Form scaling/resizing tool from Access 2000 Developer's Handbook You should not, under any circumstances, change the resoltion of the user's computer to meet your requirements. They have chosen that resolution for a reason, and they will not be pleased if you make changes to it.
Copyright & Disclaimer | ||||||||||||
| Last modified at 06/06/2006 14:58:06 | |||||||||||||