C# Global Hook Samples?

  • Thread starter Thread starter sharp
  • Start date Start date
S

sharp

I've done enough reading through the groups to know that a Global
Keyboard hook is not possible via C# (.NET) itself.

From what I have seen proposed is that you need to write a global hook
in a C++ dll and PInvoke that dll.

Well, I'm not a C++ dev but need to get a global hook from C#. Are
there any samples anywhere on how to write the C++ hook and use it
from C#?

Regards
 
Back
Top