Ok, I hate the windows key with a vengence, and so do just about all the little llama gamers i know. Always bumping the stupid key in a game, etc. So i tried to use my working perfectly keyhooking app to stop that key, Normally to pass on a keypress i would return
Code:
return( CallNextHookEx(hhookHooks[KEYBOARDINDEX], nCode, wParam, lParam));
however to stop a key from being pressed i simply return 1, and everything is ok. This approach works with every keypress i have tried, except for the windows and right-click keys. How can i interupt these keys? How can i end their reign of tyranny?! Thanks for your time.