How to disable resizing a form?

  • Thread starter Thread starter Amit
  • Start date Start date
A

Amit

Hi,

I'm not sure how to disable a user from resizing the form
in form view by using a mouse at the border and dragging
it in/out. In the form properties, I have set Auto Resize
to 'No'.

Basically, I would like to specify the size of the form,
and not allow a user to change it in form view. Is there a
way to accomplish this?

Thanks in advance.

-Amit
 
Amit said:
Hi,

I'm not sure how to disable a user from resizing the form
in form view by using a mouse at the border and dragging
it in/out. In the form properties, I have set Auto Resize
to 'No'.

Basically, I would like to specify the size of the form,
and not allow a user to change it in form view. Is there a
way to accomplish this?

Set the BorderStyle to Dialog or None.
 
Back
Top