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?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- Why does const allow implicit conversion of refere
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.If you want to stay inside the C# world, you are restricted to low-level hooks only. There is some code here and here.