How to remove/disable Access Minimize button

C

Chewer

I have found code to disable the Access window Close button. I also
need to disable the Minimize button.

This line
Const SC_CLOSE = &HF060&
defines the close button. If I knew the value of the Minimize button,
I am thinking I can just add it to my code.

My Access app is running on a Remote Desktop. I want to prevent the
user from doing anything but my app. I want to keep may app always
maximized.

Thanks
 
V

Van T. Dinh

The Minimize button has ID &HF020&

However, using code similar to the Close button won't work. I think it has
some think to do with the fact that Minimize, Restore / Maximize work
together co-operatively.

(sorry) I haven't been able to work out how to disable the Minimize button
yet.
 
V

Van T. Dinh

I am sure that there is a option on the Terminal Server that prevent the
user from accessing the server Desktop.

You need to check with the administrator of the Term Server. I think there
are a number of options such as Profile, Startup Application, Disable Server
Desktop you can use.
 

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