Windows has the \"system tray\" that houses the clock and alway-running services like MSN, Steam, etc.
I\'d like to develop a wxPython tray application but I\'m wonderin
Use Qt: Qt Systray Example
That'll show a systray icon on all platforms that Qt runs on and that support such icons. You'll need to come up with a strategy when systray functionality isn't supported, though.