> I am hooking with the
> WH_CALLWNDPROC hook type and I just don't ever see the WM_NOTIFY
> message. I was hoping that someone would be able to point me in the
> right direction here. Anything from examples to tutorials would help.
I think that by default Forms in .NET ignore notify messages. Look up
the SetStyle function to see how to change that. (One of the enums for
that enables it, I believe.)
BTW, if the program you're monitoring is one that you have the source
code for, I'd strongly recommend sockets instead of Windows messages.
They're just much more portable.
|