Y
yevron2
Hello,
I am tring to write a clipboard spy that catches events from the
clipboard.
I used the SetClipboardViewer api to get events when data is copied
into the clipboard, and also GetClipboardOwner to know where the data
was copied from, but i don't know how to get an event when data is
being pasted... not in my application only, anywhere.
Is there an other way other than a hook on the keyboard?
I don't want to catch all keyboard actions just to know that ctrl+v
was pressed... you can also paste from a menu and not using ctrl+v and
i will miss it...
Thank you!
I am tring to write a clipboard spy that catches events from the
clipboard.
I used the SetClipboardViewer api to get events when data is copied
into the clipboard, and also GetClipboardOwner to know where the data
was copied from, but i don't know how to get an event when data is
being pasted... not in my application only, anywhere.
Is there an other way other than a hook on the keyboard?
I don't want to catch all keyboard actions just to know that ctrl+v
was pressed... you can also paste from a menu and not using ctrl+v and
i will miss it...
Thank you!