Knowing when Access application changes windows size mode

M

Mike Robinson

How do I know when the Access application itself goes from Maximize,
Minimioze, or Restore. The only way I could figure something out is to have a
form open that uses the timer event to check and see.

What I am trying to do:
My application is designed on 1024 x 768 resoulition. I have code to resize
the forms and controls if the resolution is different than the design
resoluton. I would like for my users to be able to resize the application
window, and when they do this, my forms resize also. This is in an attempt to
eliminate the use of scroll bars if possible.

Currently the app opens maximized, which is what I want. If the user uses
the "handles" to resize the window I want to capture the change and resize my
form accordingly. I am assumming that if the user resizes the window using
the handles, this now becomes the "normal" size, or what ever the size is
between min & Max...I am not sure of the terminology.

Any help or direction would be appreciated.
Thanks to all who take theri time to help the less skilled!
 

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