Preventing user from restoring form

valheru

Registered User.
Local time
Tomorrow, 00:13
Joined
Jul 5, 2006
Messages
26
Hi

Hoping someone can help me here. I have a form which is maximised on startup which also has the min/max and close button disabled. What i'd like to do is also prevent the user from restoring the form to ie. click the restore button which then makes the form smaller as i'd like the form to permanently remain maximised.

I'm not sure if this is possible, but if not is there a way to size the form to fit the height and width of the screen as if it was maximised regardless of the screen resolution the user is using.

Any help would be appreciated.
 
In Form PROPERTIES "Min Max Buttons" put NONE.
 
You might try changing the Border Style to "Dialog", "Thin" or "None".
 
valheru said:
I'm not sure if this is possible, but if not is there a way to size the form to fit the height and width of the screen as if it was maximised regardless of the screen resolution the user is using.

I've seen code to do this in the Access 2000 Developers' Handbook, although I never used it and have no idea where the CD is all these years later. I daresay that whatever version is out there now this function will still be on the CD that accompanies the book.
 

Users who are viewing this thread

Back
Top Bottom