Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Size

Status
Not open for further replies.

Appollo14

Technical User
Joined
Sep 4, 2003
Messages
182
Location
GB
Hi all,

Just a quickie. Is there a way to set a form size so that the form can not be resized by the user. I have some forms that i want to lock at full screen and some that i dont.

Regards,
Noel.
 
Disable Min/Max buttons

________________________________________
Zameer Abdulla
Visit Me
There is only one perfect child in this world. Every mother has it.
 
Hi Zameer,

I'd already thought of that but it still does not allow me to open the form to a set size. The one thats causing me the real problem is the one which i want to open full screen.

Regards,
Noel,
 
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
End Sub


________________________________________
Zameer Abdulla
Visit Me
There is only one perfect child in this world. Every mother has it.
 
Hi Zameer,
that works a treat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top