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

PlusWnd.Close
Author: Message:
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: PlusWnd.Close
You haven't made 'e' a variable, and the PlusWnd.Close(1); needs to be inside parenthesis, like this:
code:
var e = new Enumerator(Messenger.CurrentChats);
      for (; !e.atEnd(); e.moveNext())
{
           PlusWnd.Close(1);
}


This post was edited on 07-17-2008 at 09:47 AM by vaccination.
[Image: jumbled.png]
07-17-2008 09:47 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PlusWnd.Close - by Noixe on 07-17-2008 at 09:42 AM
RE: PlusWnd.Close - by vaccination on 07-17-2008 at 09:47 AM
RE: PlusWnd.Close - by Noixe on 07-17-2008 at 09:54 AM
RE: PlusWnd.Close - by vaccination on 07-17-2008 at 10:35 AM
RE: PlusWnd.Close - by Noixe on 07-17-2008 at 11:22 AM
RE: PlusWnd.Close - by Volv on 07-17-2008 at 12:41 PM
RE: PlusWnd.Close - by Noixe on 07-17-2008 at 04:26 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