vote up 0 vote down star

Is there a way to intercept window messages from another app other than a global message hook? Platform: Windows XP.

flag

57% accept rate

2 Answers

vote up 1 vote down check

You can set a hook procedure by calling SetWindowHookEx function. Specify the identifier of the thread with which the hook procedure is to be associated. MSDN

link|flag
1  
If the thread belongs to another process, the hook must be implemented in a DLL, the same as a global hook does. – Remy Lebeau - TeamB Sep 4 at 1:15
vote up 0 vote down

I have tried it a lot of times but couldn't do it.... Remy Lebeau as u said that a DLL should be used ... Could u tell me the code...????

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.