justcoding121 / windows-user-action-hook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot hook MsgBox

AlucardNosferatu opened this issue · comments

image
This is the window I want to hooked.
image
This is the result analysed by Spy++
image
I use the code about AppHook in README.MD, but I cannot see output about the MsgBox I want to hook.
image
This is the code I wrote following the demo in README.
If you can give me some advice or hints, I will be appreciate it, Thx !!!