What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [chatwnd] please help for finding chat window.

[chatwnd] please help for finding chat window.
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
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.
11-29-2006 10:48 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[chatwnd] please help for finding chat window. - by roflmao456 on 11-29-2006 at 10:41 PM
RE: [chatwnd] please help for finding chat window. - by matty on 11-29-2006 at 10:48 PM
RE: [chatwnd] please help for finding chat window. - by roflmao456 on 11-29-2006 at 11:27 PM
RE: [chatwnd] please help for finding chat window. - by matty on 11-29-2006 at 11:33 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On