Count keystrokes from other applications

  • Thread starter Thread starter Tor Inge Schulstad
  • Start date Start date
T

Tor Inge Schulstad

Hi group!

I want to make a windows service application that counts all the
keystrokes a user does on the computer.

Can anyone give me a hint on how i can detect those keystrokes when they
are in another application then the counting application itself?

__
Thanks in advance
Tor Inge
 
Tor said:
Hi group!

I want to make a windows service application that counts all the
keystrokes a user does on the computer.

Can anyone give me a hint on how i can detect those keystrokes when they
are in another application then the counting application itself?

__
Thanks in advance
Tor Inge

Does not seem to be supported by the .Net Framework, but it looks like
it can be done via windows hooks with API calls.

More info:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;318804
http://msdn.microsoft.com/msdnmag/issues/02/10/cuttingedge/default.aspx

__
Tor Inge
 
Back
Top