matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Close a Chat Window
code:
ChatWnd.Close(0);
code: Interop.Call('user32', 'SendMessageW', ChatWnd.Handle, 0x0010/*WM_CLOSE*/, 0, 0);
There are lots of ways.
This post was edited on 01-10-2007 at 02:49 PM by matty.
|
|