Hi,
I have a system wide hook and if a left button click is received from a certain program, I want to intercept this mousedown and up event, so it never reaches the application. I have the hWnd of the desired window and I want to achieve something just like the PM_REMOVE parameter used in PeekMessage, but this time by subclassing the window. How do I achieve this?
If you know another good way how to do this, please tell me as well
LuCkY
I have a system wide hook and if a left button click is received from a certain program, I want to intercept this mousedown and up event, so it never reaches the application. I have the hWnd of the desired window and I want to achieve something just like the PM_REMOVE parameter used in PeekMessage, but this time by subclassing the window. How do I achieve this?
If you know another good way how to do this, please tell me as well
LuCkY