What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » ChatWnd objects

ChatWnd objects
Author: Message:
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: ChatWnd objects
code:
Debug.Trace("Currently opened chat windows:");
var Windows = Messenger.CurrentChats;
var e = new Enumerator(Windows);
for(; !e.atEnd(); e.moveNext())
{
    var ChatWindow = e.item();
    Debug.Trace(" Handle: " + ChatWindow.Handle);
}

Straight from the documentation, always check there first.
08-07-2006 10:43 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ChatWnd objects - by mlevit on 08-07-2006 at 10:39 PM
RE: ChatWnd objects - by ddunk on 08-07-2006 at 10:42 PM
RE: ChatWnd objects - by Silentdragon on 08-07-2006 at 10:43 PM
RE: ChatWnd objects - by mlevit on 08-07-2006 at 10:50 PM
RE: ChatWnd objects - by cloudhunter on 08-07-2006 at 10:54 PM
RE: ChatWnd objects - by mlevit on 08-07-2006 at 11:06 PM
RE: ChatWnd objects - by cloudhunter on 08-07-2006 at 11:10 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