O.P. RE: [help] Initiate Voice Chat from a script
well, It looks like there is no other way but to use an ActiveX to create such session.
Now I run into into another problem. When I am trying to close voice chat window i always get a confirmation alert message.
Is it possible to disable the alert message ?
I have tried different ways to close the chat window
ChatWnd.SendMessage("/close");
and
Interop.Call("user32", "SendMessageW", ChatWnd.Handle, 0x10 /*WM_CLOSE*/, 0,0);
both of them result in confirmation message.
Please advice you know what can be done
|