Hi

I wan't to make form Maximize and without option to resize it.

I set that form properties:
BorderStyle = 1 - FixedSingle
WindowState = Maximized

I run the program and the form is Maximizes without option to resize...
But if i DblClicked on the form Caption the form resize to normal size.

How can I prevent that action ???
(without set the size to Maximize in the Resize event!)

Thank you for help.