Is there a way to intercept window messages from another app other than a global message hook? Platform: Windows XP.
|
|
|
|
|
|
|
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 |
||||
|
|
|
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...???? |
||
|
|
