Hi
I am using C#, i dont know to know how to minimize the application in
Taskbar when i click the button(its not minimizebox button), that means how
to handle it?? normally if u click the minimize button on the form it will
minimize the form, how can i do it in a simple button click event
Regards
Saravanan
Kevin Spencer - 28 Feb 2007 13:11 GMT
Set the WindowState property of the Form to
System.Windows.Forms.WindowState.Minimized.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com
I had the same problem once. Fixed it using the same solution.
> Hi
>
[quoted text clipped - 6 lines]
> Regards
> Saravanan