O.P. RE: typing message notification
I tried writing text to a window and setting focus similar to
Interop.Call('user32', 'SetFocus', ChatWnd.Handle);
var orig = ChatWnd.EditText;
ChatWnd.EditText = ChatWnd.EditText + " ";
ChatWnd.EditText = orig;
but id doesn't seem to be working. In tabbed chatting the tabs "DONT CHANGE" either. something might be wrong with my Interop
any ideas along this direction?
|