SendMessage
-
Hi Guys, I want to send a "SendMessage" from within my windowControl as follows,by passing a return key. MyControl.SendMessage(WM_KEYDOWN,13); What macro do I have to include in my messagemap & which meesagehandler should I include to take care of my message.. Thanks
-
Hi Guys, I want to send a "SendMessage" from within my windowControl as follows,by passing a return key. MyControl.SendMessage(WM_KEYDOWN,13); What macro do I have to include in my messagemap & which meesagehandler should I include to take care of my message.. Thanks
-
Send message doesn't rewire any macro to be handled.. If you are saying about WM_KEYDOWN then you have to hanfle that Message. Cheers "Peace of mind through Technology"
-
Pazzuzu wrote:
Okay,So u meant to say that I habe to catch it in the "OnKeyDown"messageHandler...
but you have to handle WM_KEYDOWN message for that!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Pazzuzu wrote:
Okay,So u meant to say that I habe to catch it in the "OnKeyDown"messageHandler...
but you have to handle WM_KEYDOWN message for that!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV