ClipBoard Monitor C# [duplicate]

2019-02-16 01:12发布

问题:

Possible Duplicate:
Clipboard event C#

Hi,

Can I monitor the clipboard continuously for any copy operations? I'm using C#

Thanks

回答1:

Here are some more helpful links, with source code:

SetClipboardViewer usage: http://www.radsoftware.com.au/articles/clipboardmonitor.aspx

Monitoring Activity: http://www.codeguru.com/columns/dotnettips/article.php/c7315

A viewer: http://www.doogal.co.uk/clip.php



回答2:

You'll need to use the Win32 API, this page has a guide on how to do it all



标签: c# clipboard