quote:
Originally posted by dazlee
Ah yes, i forgot about that
But what about sending a msg to it if i have hwnd?
You can use a sendkeys type things to "type" the text and the press enter.
A better method is using PostMessage to mimic the messages sent when the user types, as this doesnt require the convosation window to have focus.