Take a look at the properties of your form - there are boolean properties for MinimizeBox & MaximizeBox to turn them on and off. I don't know how to remove the Close box - you can probably just override the Closing event and set the Cancel property in the CancelEventArgs parameter to true to cause the close box to be ignored.
To prevent resizing, look at the FormBorderStyle property. It's an enumeration that allows you to set your form to one of:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.