Disable Restore window button

  • Thread starter Thread starter Bill Manville
  • Start date Start date
B

Bill Manville

Hi

Access 2002.

I like to write my apps so that the forms are always maximized within
the Access window.

I have MinMaxButtons = None
CloseButton = No
WhatsThisButton = No

But I still get the double-box button to restore the window at the
right-hand end of the menu bar.

Any way to get rid of it?
Or an event procedure that will re-maximize the window if it is
restored?

Thanks

Bill Manville
(Excel MVP)
 
Jeff said:
To have the best of both worlds with a *maximized* form and no restore
button is to use the code found here:
Many thanks Jeff

Bill Manville
MVP - Microsoft Excel, Oxford, England
 
Back
Top