Key Event Handling in Windows Services C#
- by Yakov
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.