Forms restore option

  • Thread starter Russ via AccessMonster.com
  • Start date
R

Russ via AccessMonster.com

When I max. a form there is a small icon in the upper right hand side called
" restore window" how can I disable this feature? I do not want the user to
be able to change the form from max.
Thanks
Russ
 
D

Dirk Goldgar

Russ via AccessMonster.com said:
When I max. a form there is a small icon in the upper right hand side
called " restore window" how can I disable this feature? I do not
want the user to be able to change the form from max.

You can fake the maximized state by resizing the form to fill the Access
window, using the code posted here:

http://www.mvps.org/access/api/api0022.htm
API: Remove Close button from maximized forms
 
Top