matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Destroy a Chat Windows
code: ChatWnd.Close(1);
or code: Interop.Call('user32', 'SendMessageW', ChatWnd.Handle, 0x10, 0, 0);
This post was edited on 11-27-2006 at 10:05 PM by matty.
|
|