Keyboard events
-
I am working on a logger for my friend and I need to know how I could go about capturing the keyboard commands and saving them to a file. Help is much appreciated.:confused: :confused: "To wonder is to begin to understand"
Look under "Hooks" on the MSDN Index, you will have different types of Hooks, Keyboard Hooks are for you. Andres Manggini. Buenos Aires - Argentina.
-
Look under "Hooks" on the MSDN Index, you will have different types of Hooks, Keyboard Hooks are for you. Andres Manggini. Buenos Aires - Argentina.
-
Ahhhh, that hurts. How can I get it to log for the entire system and not just one program (I have never used hooks) "To wonder is to begin to understand"
Actually System Hooks are for the entire system, not just one program. I don't remember the details about the use (I have used them a little bit a long time ago), but you can capture pretty much anything (you won't be able to get the keyboard entry for de logon process, and that kind of stuff). Andres Manggini. Buenos Aires - Argentina.