What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » question to open all contacts window

question to open all contacts window
Author: Message:
texhk
New Member
*


Posts: 6
Joined: Aug 2009
O.P. question to open all contacts window
i just want to know if i want to open all contacts window, it's a pressure to my CPU or depends on how many RAM i have? bbecause i 've 300 contacts but every time i only can open around 150 by using the following script:

quote:
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
    Messenger.OpenChat ( oContact.item() );
}

THANKS! ;)
(sorry for my poor english)
09-08-2009 03:00 AM
Profile E-Mail PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: question to open all contacts window
Opening 300 windows is generally not a good idea, in my opinion.  Just imagine your favorite browser loading 300 tabs… 8-)
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
09-08-2009 11:48 AM
Profile E-Mail PM Web 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