On Tue, Oct 21, 2008 at 4:50 AM, A. TNG <[EMAIL PROTECTED]> wrote: > Hi, > > I'm looking for a way to write a python app running at background on > Windows. > > Like some Instant Messenger applications, the app may have a main > windows. When user click "close", main window disappears. But the app > still runs. If user press some key combo, it may active the app and > main window shows again. Since the app runs on Windows and there are > many similar apps nowadays, I think It may not so difficult. > > Is there any nice guy could offer some code snippet or some open > source project. So, I could find some hint there. > > Thanks in advance. > > -- > Best Regards, > TANG Jiyu >
Hey, a simple search for: service +win32 +python and search for: win32 +python +daemon Returns back a multitude of results, loads of which have code snippets and ideas. HTH G
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32