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
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