Clipboard viewer

Mark Hammond mhammond at skippinet.com.au
Mon Feb 4 02:44:08 EST 2002


Subramaniam Karthik wrote:
> Hi,
>    I am trying to implement a clipboard viewer in python. and i need to know
> which application posted the data to the clipboard. any ideas as to how this
> can be done? the GetClipboardOwner() just returns the window handle and not
> the application name.
> 
> Thanks
> karthik


All apps I have seen simply use the title of the window - eg, that 
returned by GetWindowText().

Mark.




More information about the Python-list mailing list