开发者

Intercept clipboard changes

how it is possible to gener开发者_Go百科ally intercept clipboard changes in C++? E.g. I would like to write a Windows Service that intercepts any Ctrl-C. Is it possible? How?

Thank you in advance.

James


What you need is a "windows clipboard hook". Google search on this term gives plenty of information, for example, this library on CodeProject, which seems to fit your requirements.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜