I already disabled maximize and minimize buttons. Now i want to remove shrink button. How can i do that?
You need to use this code in the LoadEvent form the form:
base.MinimizeBox = false;
or
this.MinimizeBox = false;