I have tried several times after puzzling about the code in "Python Programming on Win32," but I have not been able to figure out a simple python service that monitors the clipboard. (My ultimate goal is to have a service that is something like ArsClip. I am trying to do this to learn more about Win32).
My guess is that each process has its own clipboard. So the service would see a different clipboard than an interactive session (unless you are logged on the console and the service interacts with the cosole). Python Programming on Win32 discusses clipboard management.
Bob Gailer
[EMAIL PROTECTED]
303 442 2625 home
720 938 2625 cell
_______________________________________________ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32