A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Disable user to Maximize the form



 
 
Thread Tools Display Modes
  #1  
Old August 15th, 2004, 03:19 PM
Irshad Alam
external usenet poster
 
Posts: n/a
Default Disable user to Maximize the form

How to stop/disable USER from minimizing the Form ?.
I tried all the option provided in the form properties but
was unable to do as I wanted, My situation is that my
First Form/Switch Board is been maximized by code by
myself, so that all the forms have complete view on
screen/form, I dont want the USER to minimise my any of
the form. I had an idea to set up a code, when ever user
will try to minimize, the code will automatically maximize
it, But where to adjust the code. Because, if I set the
properties of Max and Min Button to "No", it ok. But the
restore button remains on the form and clicking that the
user can minimise it. Therefore, I want to disable both
the Minimise button/Restore window button. Is it possible,
If yes, How?.


How to disable a keyboard key globally, I mean that I want
to disable for example F1 key or F12 key or Control key in
the complete database. I were using the code as below :
If vbkeycode = VbkeyF1 then
KeyCode = 0
End If

The above code, works normal on the form On key press
event, but there are about 35 forms, which a users are
using, I want to disable the key globally. How to do?.

Thanking you all for advise in advance.

Regards.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Read-only user cannot open form Daniel General Discussion 8 February 13th, 2010 02:26 AM
Stop saving the filter entered by the user ConnieA Using Forms 13 July 30th, 2004 06:07 PM
Log-in (form or event) Jackie General Discussion 7 July 21st, 2004 04:52 PM
Creating a Form. Should I use Control or Form Toolbar? Amy General Discussion 7 July 1st, 2004 02:36 PM
Document Form Ronald Dodge General Discussion 16 June 4th, 2004 10:29 PM


All times are GMT +1. The time now is 11:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.