How to reveive WM_CREATE message for any created window ?

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Hi
Have you tried to posting this question to some of the platformsdk groups
like messaging group for example
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top