windows-user-action-hook icon indicating copy to clipboard operation
windows-user-action-hook copied to clipboard

A .NET library to subscribe for Windows operating system global user actions such mouse, keyboard, clipboard & print events

Results 14 windows-user-action-hook issues
Sort by recently updated
recently updated
newest added

How i can the mouse move event from being captured?

System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.'

![image](https://user-images.githubusercontent.com/10172485/78422568-c32c8900-7692-11ea-8f1d-f2fd86424088.png) This is the window I want to hooked. ![image](https://user-images.githubusercontent.com/10172485/78422585-e5260b80-7692-11ea-826d-a6201f45b32b.png) This is the result analysed by Spy++ ![image](https://user-images.githubusercontent.com/10172485/78422601-071f8e00-7693-11ea-9d5a-cca77305d702.png) I use the code about AppHook in README.MD, but I cannot see...

I am trying the library with n console application and I can see all events except Application. I tried firs 4.6.2 and then changed to 4.5 but did not work...

investigate

The master in my fork seems to be very diverged from the one in this repository, and same commits have different hashes...

Subj. OnApplicationWindowChange never fires, because ShellHook ignores all windows without WS_SYSMENU. I think the logic in ShellHook.IsAppWindow deserves some explanation overall. For example, there's a check for IsWindowVisible, but it...

Hello, I am not able to capture print to PDF event. Can you please help?

Could you be so kind to give me a example of using your awesome library in VB.Net Also could this library be used to globally catch the WM_PASTE hook. So...