Key event logger

  • Thread starter Thread starter arnoud
  • Start date Start date
A

arnoud

Hi,

For a usability study I would like to create some software that runs as
a service in the background and logs all key events for all programs.
In the end you would get a list of all key strokes and some context
information e.g. which program was active or the name of the form.
Would that be possible to make for Windows Mobile 5?

Arnoud
 
Oh ... a virus creator :)

Sergey Bogdanov said:
To trap keyboard events use SetWindowsHookExW, see the NG archive:
http://groups.google.com/groups?hl=en&lr=&q=SetWindowsHookExW


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Hi,

For a usability study I would like to create some software that runs as
a service in the background and logs all key events for all programs.
In the end you would get a list of all key strokes and some context
information e.g. which program was active or the name of the form.
Would that be possible to make for Windows Mobile 5?

Arnoud
 
Back
Top