yoooooooo,
im trying to set the text field of the mobile chat window...
with some help from irc i got this function which should set the text field given the correct handle for the textbox...
this window is not recognized by Plus and no Plus functions can be used to manipulate it...only through the windows api.
Interop.Call("User32","SendMessageW", hwnd, WM_SETTEXT, 0, "xxx");
if it helps, the text box is active when the window opens, that means the cursair is flashing and ready to be typed in.
thx.
edit: maybe this will help
http://www.codeproject.com/win32/manipwindows.asp