> 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