Re: [python-win32] A Python Service that monitors the clipboard?

2004-12-11 Thread Bob Gailer
At 04:28 PM 12/11/2004, VanL wrote: 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

[python-win32] A Python Service that monitors the clipboard?

2004-12-11 Thread VanL
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 ab