Hi,
I want to log all keypresses, also when my application is minimized or not active, etc. I know how to create hotkeys, but I didn't find out how to log all keys, and making a hotkey of every key on the keyboard doesn't sound logic right
Anyway, I tried WM_KEYDOWN with subclassing, but my program doesn't return anything when I press a key then...
Thanks for your help!
LuCkY
I want to log all keypresses, also when my application is minimized or not active, etc. I know how to create hotkeys, but I didn't find out how to log all keys, and making a hotkey of every key on the keyboard doesn't sound logic right
Thanks for your help!
LuCkY