matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: [chatwnd] please help for finding chat window.
What are trying to do?
code: function _getChatWnds(){
for (var e = new Enumerator(Messenger.CurrentChats); !e.atEnd(); e.moveNext()){
/*
e.item() is now a chatwnd object, this
will loop through all of the
open windows and return the
ChatWnd Object
*/
}
}
This post was edited on 11-29-2006 at 11:35 PM by matty.
|
|