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.
我尝试使用全局钩子,当我输入using gma.System.Windows;它时无法识别 gma?我需要做什么?
using gma.System.Windows;
看起来您可能正在使用此 CodeProject 文章中的代码。您需要参考该文章中的程序集/源代码。此外,您需要键入Gma.而不是gma.-- C# 区分大小写。
Gma.
gma.
如果您想留在 C# 世界中,您只能使用低级挂钩。这里和这里有一些代码。