开发者

Intercept clipboard changes

开发者 https://www.devze.com 2023-03-02 16:44 出处:网络
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?

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

精彩评论

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