views:

141

answers:

4

How can I set my form to have a fixed size?

A: 

Set the min and max size to the same value.

Ed Swangren
+3  A: 

Set the FormBorderStyle to another value like FixedSingle or FixedDialog.

ZippyV
+1  A: 

Change the BorderStyle to be one of the "Fixed" styles and remove the maximize button.

Aric TenEyck
+1  A: 

Change the FormBorderStyle to Fixed*.

Adrian Godong