Windows Events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I wanting to have a Windows Service that monitors keystrokes in any application. I pretty much just want to be notified whenever someone presses a key no matter what application they are using: Outlook, Word, etc. I'm having no luck figuring out how to monitor Windows Events. Any ideas on how to do this?
 
* "=?Utf-8?B?Z2I=?= said:
Hi. I wanting to have a Windows Service that monitors keystrokes in
any application. I pretty much just want to be notified whenever
someone presses a key no matter what application they are using:
Outlook, Word, etc. I'm having no luck figuring out how to monitor
Windows Events. Any ideas on how to do this?

I am not sure if that will work in a service, but a keyboard hook is the way
to go:

<URL:http://www.developer.com/net/net/article.php/11087_2193301_1/>
 
Back
Top