Related questions
Receive OS level key-press events in C# application
i dont know a better title for the question , but i`ll illustrate my problem.
I am working on application that acts like a mp3 player , it uses the Multimedia keys to play/pause , stop the song , i actually made …
Low level keyboard hook & keystrokes from rawinput
Currently, I'm making a program that intercept keystrokes from a specific keyboard (filtered using its HID). So to know which keystrokes have been sent by a specific device, I used the RawInput technic, inspired by this great tutorial:
http://www.…