It may or may not be long, but there is no harm in asking.
What I am trying to do is monitor an application for any new windows in my MDI control. I have implemented hooking in C # and captured the message of MDICRT window But because I need to get information about the window, the message of MDICRETE is not very helpful because at that level the window is not created in the other Edn not yet.
Without going into more detail, I just need to see that when a new window has been created.
Is this possible?
Thanks
I know the information you are looking for by hand He is not aware of the other message but if this message works for you, you can hook that message and then scan another window to find what you are missing. You can tell the child's windows in the original window. Use Spy ++ to see the exact window hierarchy.
Comments
Post a Comment