View Full Version : Screen size


DT
11-30-2000, 08:18 AM
How do you have your forms auto resize depending on the users screen resolution (640x480, 800x600, etc.)

Thanks in advance

DT

Peter D
11-30-2000, 03:38 PM
You can use a third-party form rescaling module or add-in to do this for you, or write the code yourself (because of the complexity, this is not recommended).

A shareware version of a form rescaling module I wrote called ShrinkerStretcher is available at this web site:
http://www.peterssoftware.com/ss.htm

There's a great article about form scaling in this month's SmartAccess newsletter. Check it out here;
http://www.smartaccessnewsletter.com

Also, more info is linked here:
http://www.mvps.org/access/general/gen0002.htm

Hope this helps,

Peter De Baets
Peter's Software - MS Access Tools for Developers http://www.peterssoftware.com

DT
12-01-2000, 07:39 AM
Peter,

Thanks for replying. I have had a little luck since my post. I can get Access to recognize the screen resolution. The problem I am having now is the stuff on the form is too large or on top of each other. It's a challenge, but a fun one.

DT