I have a form and a button.
I want to add a click event to the button to minimize the form ( the button to do the job that does the MinimizeBox).
I have a form and a button.
I want to add a click event to the button to minimize the form ( the button to do the job that does the MinimizeBox).
Minimize the form
Xavier Arnau
this
.WindowState = FormWindowState.Minimized;