How can I view an Access Form the same for different Screen Resolu

K

KenG

Hi and thanks in advance. I want to try to view a form the same in different
resolutions. For example, I created some forms on a computer with a
resolution of 1024 x 768. When viewed on another computer with a screen
resolution of 800 x 600 the graphics and text are not viewed correctly. Is
there a setting or scrpit etc.
that I can use to correct this?

KenG
 
J

Jeff Conrad

Hi Ken,

Short answer: Yes, this can be done.

Long answer:
You can add code to your forms that will resize all
controls to various screen resolutions. Here are some
links for you if you want to pursue that option.

1. Download an MDE file from the Developer's Handbook web
site. You can then reference that MDE in your application
to use the resize code.
http://www.developershandbook.com/

2. Purchase the Developer's Handbook for your version of
Access. In my opinion the book is WELL worth the money.
Not only do you get the resize code, but a wealth of other
information, code, and database samples. Go to the same
site listed above for more information.

3. Peter's software has a resizing utility at:
http://www.peterssoftware.com/ss.htm

4. The following link has also been posted as an alternative:
http://www.jamiessoftware.tk

5. FMS has a sizer module:
http://www.fmsinc.com.

6. Here is another possibility, but I have no experience
with this one either:
http://www.pdtech.co.uk/prod01.htm
 

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

Top