[Tutor] Placing icons in the systray

alan.gauld@bt.com alan.gauld@bt.com
Thu, 29 Mar 2001 09:13:39 +0100


> Does anybody know how to place an icon in the systray (you 
> know - next to
> the clock)in Windows?

You will need to use the native Win32 API - possibly through 
the MFC wrapper in winall. But if MFC doesn't expose that API 
you would need to create a DLL and wrap Python around that...

Alan G