How to send Msg to child window
-
Hi Dear, I want to send a Message to sub-sub window class... I know there is role of Spy++ in this... please give me any idea..what to find in spy++ & How to send messag to that class.. If possible code snippet for msg send...Please.... Thanks ---Sumit Kapoor---
-
Hi Dear, I want to send a Message to sub-sub window class... I know there is role of Spy++ in this... please give me any idea..what to find in spy++ & How to send messag to that class.. If possible code snippet for msg send...Please.... Thanks ---Sumit Kapoor---
Take a look at either the
SendMessage()
orPostMessage()
API calls in MSDN. Jeremy Falcon -
Hi Dear, I want to send a Message to sub-sub window class... I know there is role of Spy++ in this... please give me any idea..what to find in spy++ & How to send messag to that class.. If possible code snippet for msg send...Please.... Thanks ---Sumit Kapoor---
If you have a handle to the child window, just use
SendMessage()
. Otherwise, if you are using MFC, doesSendMessageToDescendants()
help?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
If you have a handle to the child window, just use
SendMessage()
. Otherwise, if you are using MFC, doesSendMessageToDescendants()
help?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
hi, my actual class is so deep I cann't use send message from mainframe to that class. I think need to use spy++..but how to..I don't know..Plesase help me.. Thanks ---Sumit Kapoor--- sumit_kapoor1980@hotmail.com
-
Take a look at either the
SendMessage()
orPostMessage()
API calls in MSDN. Jeremy Falconhi, my actual class is so deep I cann't use send message from mainframe to that class. I think need to use spy++..but how to..I don't know..Plesase help me.. Thanks Sumit Kapoor--- sumit_kapoor1980@hotmail.com
-
hi, my actual class is so deep I cann't use send message from mainframe to that class. I think need to use spy++..but how to..I don't know..Plesase help me.. Thanks ---Sumit Kapoor--- sumit_kapoor1980@hotmail.com
So what exactly is your question - how to send a message to a child window, or how to use Spy++?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen