Screen Resolution

  • Thread starter Thread starter Jason Wills
  • Start date Start date
J

Jason Wills

Is there any way in which i can automatically change poeples screen
resolution to a set size when a user opens up my access file? - and then
change it back to what they had it at when they close the file?

Thanx for any help in advance

Jason
 
This comes under the heading of 'Bad Things Not Done' I
reckon.

Apart from the fact that you could really screw someone's
settings up big time, how are you going to handle the fact
that they might have another program (like Word or Excel)
open in another window and it becomes unreadable?

What if they've got a twin head card (two screens)?

What if they've got some unheard of games card that uses
unique drivers not on the Win HC list?

What if the video card or monitor doesn't support the mode
you try to set?

Not a good idea Jason. Sorry mate.

Why not think about resizing your forms dynamically? There
used to be a utility called ShrinkerStretcher, and I'll bet
there's something on the MVPS site:

http://www.myps.org/access
 
Just to piggy-back on Nick's comments (which are bang on), the Access
Developer's Handbook by Litwin, Getz and Gilbert has code to allow you to
resize forms. See http://www.developershandbook.com/ for details about the
books, or you can download an MDE version of the code that you can integrate
into your application from http://www.developershandbook.com/downloads.htm

The ShrinkerStretch utility Nick mentioned is from Peter De Baets, and can
be purchased at http://www.peterssoftware.com/

Finally, there's a freebie
http://jamiessoftware.tk/resizeform/rf_download.html that I've heard about,
but have no experience with.
 
Back
Top