How to send message to a child window
-
Hi, I am developing an application which hooks the common dialog WIndow. I wanted to send a message to the common dialog to make a force redraw of the window. I used PostMessage API to post a message to the queue but it does not work for Child Window. How can i send a message to a child Window without using the SendMessage API. thanks Nitheesh
-
Hi, I am developing an application which hooks the common dialog WIndow. I wanted to send a message to the common dialog to make a force redraw of the window. I used PostMessage API to post a message to the queue but it does not work for Child Window. How can i send a message to a child Window without using the SendMessage API. thanks Nitheesh
Does SendMessage work?
-
Does SendMessage work?
Yes SendMessage Works fine. But i want to Post Message to the Queue.
-
Hi, I am developing an application which hooks the common dialog WIndow. I wanted to send a message to the common dialog to make a force redraw of the window. I used PostMessage API to post a message to the queue but it does not work for Child Window. How can i send a message to a child Window without using the SendMessage API. thanks Nitheesh
Nitheesh George wrote:
I used PostMessage API to post a message to the queue but it does not work for Child Window. How can i send a message to a child Window without using the SendMessage API.
if sendmessage work, post message ought to work. try putting breakpoint in MessageHandller function to check when it recv the postmessage request
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>