Use the form’s WindowState property.
To minimize:
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
To maximize:
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
Technologist, Geek and a Photographer!
Use the form’s WindowState property.
To minimize:
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
To maximize:
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
By Punit Ganshani – June 30, 2009





Proudly powered by WordPress and Carrington.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.