Disabling Minimize & Maximize On WinForm?
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-06-11T20:15:54Z
Indexed on
2010/06/11
20:22 UTC
Read the original article
Hit count: 267
Hello SO and happy Friday,
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 maximize, while keeping the close.
I also what to make the close minimize the form instead of closing it.
How can this be done?
© Stack Overflow or respective owner