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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to fixed a form's size?

Status
Not open for further replies.

jonra

Programmer
Jul 20, 2003
42
SG
i adjust a size for a form and i wan it to be fixed.i dun wan user to be able to adjust it,how can i do it?pls help...thanks!
 
Hi,

In the form properties, set the border style to dialog



There are two ways to write error-free programs; only the third one works.
 
Hi,

Do you know how to lock the form into it's maximise position?

Thanks

Anthony
 
Hi Ajwebb,

I'm not sure what you mean, but in the form's

Activate event you can use:

On Error Resume Next
Docmd.Echo.False
Docmd.Maximize
Docmd.Echo.True

Bill
 
Cheers Bill.

What i mean't was make the form so it can only stay maximised.

Ant.
 
Hi Ajwebb,

I honestly don't know.

Access is so unpredictable on it's window sizing.

Sorry, some other member might know.

Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top