Intercept Global Messages / Events
Hi all,
I have been trying to figure out how to intercept global messages, but I was not able to find relevent topics online.
I would like to intercept global messages / events such as keyboard strokes as well as mouse clicks.
Could someone give me some guidance on how to accomplish it.
I am using VS2005 c++ as my development tool.
Thank you for your help,
kab
Re: Intercept Global Messages / Events
Re: Intercept Global Messages / Events
Quote:
Originally Posted by Marc G
Hi Marc G,
The third parameter in SetWindowsHookEx() is a handle to a DLL.
I have not yet built a DLL of my own before, so I am hoping to accomplish this without using any DLL; is it possible?
Thank you,
kab