Hi !
Here is my problem...
I want to send some messages to a child window from a MDI application. To do this I need the handler of that child window. I've tried to use FindWindow, but FindWindow is searching only through top level windows. I have the name of the MDI application and the name of the child window from that application. What I need is the handler of the child window to send it some messages.
Can anyone help me with some ideas and maybe some code examples?
Thanks.
Here is my problem...
I want to send some messages to a child window from a MDI application. To do this I need the handler of that child window. I've tried to use FindWindow, but FindWindow is searching only through top level windows. I have the name of the MDI application and the name of the child window from that application. What I need is the handler of the child window to send it some messages.
Can anyone help me with some ideas and maybe some code examples?
Thanks.