WinForms have those three boxes in the upper right hand corner that minimize, maximize, and close the form. What I want to be able to do is to remove the minimize and maxim
How to make form minimize when closing was already answered, but how to remove the minimize and maximize buttons wasn't. FormBorderStyle: FixedDialog MinimizeBox: false MaximizeBox: false