Hi.
How can I make something when user minimize Form (push standard toolbar
minimize button on the top of the form).
After it, I'd like to hide my form and show notifyicon (like many programs
having)
Thanks for wrote-nice day.
Morten Wennevik - 02 Sep 2004 14:09 GMT
Hi Przemek,
You can check the WindowState from the SizeChanged event.
If it is Minimized, hide and show the notifyicon.

Signature
Happy Coding!
Morten Wennevik [C# MVP]