ClipBoard Monitor C# [duplicate]

删除回忆录丶 提交于 2019-11-30 21:05:15

问题


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



来源:https://stackoverflow.com/questions/3229834/clipboard-monitor-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!