Key Stokes
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
How can I get all key stoke events in my application, not just those I get when my application window is active?
-
How can I get all key stoke events in my application, not just those I get when my application window is active?
-
I have seen those, but I still don't get it rigth. Can you give me some example of it?
-
I have seen those, but I still don't get it rigth. Can you give me some example of it?
- http://msdn.microsoft.com/msdnmag/issues/0700/Win32/Win320700.asp - example of WH_KEYBOARD_LL hook (works on WinNT and later) 2) Make search in CodeProject for "hook" word in article titles, you will see number of useful articles: http://www.codeproject.com/dll/keyboardhook.asp, http://www.codeproject.com/dll/hooks.asp