Form Minimize.

  • Thread starter Thread starter Przemek
  • Start date Start date
P

Przemek

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.
 
Hi Przemek,

You can check the WindowState from the SizeChanged event.
If it is Minimized, hide and show the notifyicon.
 
Back
Top