Possible Duplicate:
Quick and easy: trayicon with python?
Is there a way with python to run an python based application silently In taskbar during its Idle state
Possible Duplicate:
Quick and easy: trayicon with python?
Is there a way with python to run an python based application silently In taskbar during its Idle state
You could start your application normally and then hide it through pywin32 magic.
Alternatively you could make your program a service, I'm no sure how that's done though.