Tag Archives: callback

Low-Level Global Keyboard Hook in C#

I had to implement a mechanism for a global low-level keyboard hook. After a brief search on the internet, I understood the principle and I went out with a solution in hand. First I show you how to use it, it’s very simple. To register a … Continue reading

Posted in C# | Tagged , , , , , , , , | 3 Comments