How to disable a form being resized

Y

Yuelin

Hi there

How can I disable a form being resized? i can't find a property in the
property window to do this.

Thanks

yuelin
 
J

Jay B. Harlow [MVP - Outlook]

Yuelin,
Change the FormBorderStyle to one of the Fixed values: FixedSingle, Fixed3D,
FixedDialog, and FixedToolBar.

The FormBorderStyle property is under the Appearance category.

Hope this helps
Jay
 
L

Laszlo Szijarto

Just try a different border style and get rid of the maximize button on the
Toolbox.
 
J

Jim Slade

Yuelin,

Set the property Form.FormBorderStyle to something else than Sizeable. Set
it toFixedDialog for example (which still allows minimizing and maximizing)

Regards, Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top