Stopping the form resizing by the mouse

N

Nasos

How can I stop the form being resized using the mouse, I want the form to stay exactly in the same place and same size every time, I have removed the min and max buttons but can not disable the mouse from resizing the form. Thanks
 
M

Maaike

In the properties of the form you can define the border style. When you put this on none or thin, you can't change the size of the form.
 
N

Naos

Thanks,
When should I use the dialog property


----- Maaike wrote: ----

In the properties of the form you can define the border style. When you put this on none or thin, you can't change the size of the form.
 
Top