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?
Change the BorderStyle to None and make it the size of the screen. You can optionally draw in a “caption” area manually to make it look like there is a caption.