[RESOLVED] WM_COMMAND Message Agent help
Folks,
i am monitoring messages sent to a 3rd party window control which accept text. similler to a vb text box. when i type in that text box, i only see following messages. in the below picture, the messages shown are when i type abcdefgh... in that.
now, i dont see any WM_SETTEXT or WM_KEYDOWN Messages. all it shows is WM_COMMAND with para that is some what all similler or just two varaities only. now i tryied WM_SETTEXT and WM_KEYDOWN etc. non of them work,
how can i set a text though sendmessage?
http://img31.imageshack.us/img31/4425/screenshotkgj.jpg
Re: WM_COMMAND Message Agent help
oh madness
folks, i just found there is a ritchedit child window within this window and sorted out !!