NO Minimize, Resize and Close

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi does anyone knows how can I disable this options FROM ACCESS?, not from
the form, I mean the whole program..
 
You need to use the API for this, there are a number of ways of achieving
this depending on how far you want to go.

You can:-
1) remove items from the system menu (this then removes/disables the
buttons)
2) remove the whole system menu
3) remove the whole title bar
4) subclass the Application window to trap the messages sent to the
application window.

Note that Items 1 and 2 above do not prevent the user from double-clicking
the Title bar to restore and maximize the window.
 

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

Similar Threads


Back
Top