M
michelqa
Hi,
I want to trap (preprocess) win32 native messages in my C#
application.
Like Spy++ when spying windows messages.
1- Is this can be done without injecting a dll into the targetted
process?
2- Is there a Win32 way/message for spying messages from other
applications ?
3- Is this can be done with low level hook like the one seen in mouse/
keyboard global hook examples?
Looking for example or something to start with. I want to log ALL
win32 messages from a particular window in a different process. Thanks
I want to trap (preprocess) win32 native messages in my C#
application.
Like Spy++ when spying windows messages.
1- Is this can be done without injecting a dll into the targetted
process?
2- Is there a Win32 way/message for spying messages from other
applications ?
3- Is this can be done with low level hook like the one seen in mouse/
keyboard global hook examples?
Looking for example or something to start with. I want to log ALL
win32 messages from a particular window in a different process. Thanks