Is there a way (using C#) to hide and disable the minimize/close button?
I have a form that I use for login, and I would just rather they not be able to close the window.
Failing hiding the button, is there a way to catch that it was pressed and ignore/re-direct it?