[Gtk-sharp-list] Windows System Tray And Minimized Windows

Alessandro Lendaro alendaro1NOSPAM@virgilio.it
Wed, 12 May 2004 15:50:18 +0200


I want to make my application to be minimized in the Windows System Tray
in a way alike to what Gaim or eMule do.

I must catch the Minimize (Iconify) and Close events of my main window 
objects
and istantiate a System Tray Icon (NotifiyIcon) of the 
System.Windows.Forms Namespace,

I have tried with the ResizeChecked, SetFocus, StateChanged
but neither seems to work.

Has someone already tried to do similar things that can give me an advice?
Thanks, Alessandro.