Key Event Handling in Windows Services C#

Posted by Yakov on Stack Overflow See other posts from Stack Overflow or by Yakov
Published on 2010-05-23T23:48:08Z Indexed on 2010/05/23 23:50 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

Hi!

I want to create a windows service that may log pressed keys into files.

For handling global key events I use hooks, hooks works great for desktop apps. But it doesn't work for the services.

Is it possible to develop a windows service with key event handling? Developing on C#...

Thanks for your time.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET