Capturing mouse/keyboard events outside of form (app running in background)

Take a look at this library globalmousekeyhook.
It is 100% managed c# code to install global mouse and keyboard hooks.
It wraps low level hooks into common windows forms keyboard and mouse events.

Leave a Comment