如何使用全局钩子
我尝试使用全局钩子,当我输入 using gma.System.Windows;
它无法识别 gma?我需要做什么?
I tried using global hook, and when I typed in using gma.System.Windows;
it did not recognize gma? What do I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能正在使用这篇 CodeProject 文章中的代码。您需要引用该文章中的程序集/源代码。另外,您需要输入
Gma.
而不是gma.
—— C# 区分大小写。It looks like you may be using code from this CodeProject article. You need to reference the assembly / source code from that article. Also, you need to type
Gma.
rather thangma.
-- C# is case sensitive.如果您想留在 C# 世界中,则只能使用低级挂钩。有一些代码这里和此处。
If you want to stay inside the C# world, you are restricted to low-level hooks only. There is some code here and here.