SetWindowsHookEx - how to determine where the message came from.

  • Thread starter Thread starter Jeremy Chapman
  • Start date Start date
J

Jeremy Chapman

I have used SetWindowsHookEx successfully to filter messages comming in, but
I am trying to determine where the message came from originally, because I
only want to suppress messages from certain apps. Can this be done? I
can't figure out how.
 
Also, how do I determine where the message is intended to go? I want to
suppress messages from specific apps to specific apps.
 
Back
Top