how to minimize a windows form manually
C#
4
Posts
2
Posters
0
Views
1
Watching
-
I have disabled the control box in my properties pane on my windows form and wanted to make a cutomized button that would minimize my window. Can anyone tell how to do that? :confused:
this.WindowState = FormWindowState.Minimized;
Eslam Afifi
-
this.WindowState = FormWindowState.Minimized;
Eslam Afifi
-
You're welcome :)
Eslam Afifi