Y
yevron2
Hello,
I am trying to get clipboard events using SetClipboardViewer api.
It works in a windows form when i override the function:
protected override void WndProc(ref System.Windows.Forms.Message m)
that belongs to the base class System.Windows.Forms.
The problem is that i want to do it in a windows service...
Does someone knows how to get the clipboard events in a windows
service?
Thanks.
I am trying to get clipboard events using SetClipboardViewer api.
It works in a windows form when i override the function:
protected override void WndProc(ref System.Windows.Forms.Message m)
that belongs to the base class System.Windows.Forms.
The problem is that i want to do it in a windows service...
Does someone knows how to get the clipboard events in a windows
service?
Thanks.