G
Guest
Hi all,
i am trying to catch system message to be notified when any window would be
created or even closed. I've looked at the API messages sent, but it appears
that the messages (WM_CREATE or whatever) are sent to a particular handle.
Seems that IMessageFilter interface works the same.
If ever i am monitoring a specific handle by overriding its WndProc method,
i wont catch messages sent when another window will be created because they
are not sent to this handle.
Is there any way i could be trapping those events, to be able to know
whenever some windows are created, or closed ??
Any help would be really appreciated,
regards, Flo.
i am trying to catch system message to be notified when any window would be
created or even closed. I've looked at the API messages sent, but it appears
that the messages (WM_CREATE or whatever) are sent to a particular handle.
Seems that IMessageFilter interface works the same.
If ever i am monitoring a specific handle by overriding its WndProc method,
i wont catch messages sent when another window will be created because they
are not sent to this handle.
Is there any way i could be trapping those events, to be able to know
whenever some windows are created, or closed ??
Any help would be really appreciated,
regards, Flo.