Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 Windows 技术检测复制、粘贴、打印命令?例如,如果一个 excel 应用程序正在运行,然后用户尝试打印工作表或复制工作表,我们可以检测到这种事件吗?如果是,有人可以告诉我如何实现吗?启动复制/粘贴命令后,我需要做一些事情。
不同的事件有不同的机制。对于剪贴板,您必须使用 Win32 的剪贴板链。在这里和这里进一步阅读。
也可以监控打印机活动。MSDN 上有一篇有趣的文章以及SO 上类似问题的答案。