Disable max option on application window

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

Russ via AccessMonster.com

How can you disable max option on application window (not on a form) but the
main application window?
All I require is the min. and close option.
Any help would be greatly appreciated.
Thanks
Russ
 
Russ,
set the forms MinMaxButtons property to the first of these available options:

Min Enabled 1 Only the Minimize button is visible.

Max Enabled 2 Only the Maximize button is visible.
Both Enabled 3 (Default) Both the Minimize and Maximize buttons are visible.

Take Care & God Bless ~ SPARKER ~
_________________________________________________
 
Sparker,

it is not a form I am trying to change, it is the Application Window.

Russ
 

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

Back
Top