On the main Form
(or any Form
that you don’t want to be resizable), change the FormBorderStyle
property to Fixed______
(FixedSingle
, Fixed3D
, FixedDialog
, FixedToolWindow
).
On the main Form
(or any Form
that you don’t want to be resizable), change the FormBorderStyle
property to Fixed______
(FixedSingle
, Fixed3D
, FixedDialog
, FixedToolWindow
).