Trapping non-control window messages

tsdt

Active Member
Licensed User
Hi,

Is there anyway that I can trap any window messages which will not link to any of the control?

Currently, I noticed that the windowmessage.dll will only trap for the control's event. I was wondering if there is any possibility that I can trap for other events too..

Cheers

:sign0089:
 

tsdt

Active Member
Licensed User
I don't understand your question. Why are you referring to events? WindowMessage.dll can trap any message that is sent to the control to which it is bound although I don't advise it for performance reasons.

Hi Agraham,

I was trying to capture other System Win32 event which is not sent to the control.

Cheer :sign0089:
 

Byak@

Active Member
Licensed User
2tsdt please write a example of message
 
Top