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:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. Huh?  [chatwnd] please help for finding chat window.
i need help finding the chat window without using the ChatWnd created, SendMessage, ReceiveMessage, and ChatWnd destroyed.

is there any way to do this :( plz

applying this on my other script: Calculator
[quote]
Ultimatess6
: What a noob mod
11-29-2006 10:41 PM
Profile PM Web Find Quote Report
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
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: [chatwnd] please help for finding chat window.
quote:
Originally posted by Matty

code:
e.moveNest())


isnt it e.moveNext())
[quote]
Ultimatess6
: What a noob mod
11-29-2006 11:27 PM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [chatwnd] please help for finding chat window.
Yes it was a typo what can I say.
11-29-2006 11:33 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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