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?