What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Some big help I need
or better yet [code=js] var CONTACTS = "johnsmith@hotmail.com, abcdefg@hotmail.com"; function OnEvent_Signin(Email){ if (CONTACTS.indexOf(Email) != -1){ if (!Messenger.MyContacts.GetContact(Email).Blocked) { Messenger.OpenCh...
ultimatebusterScripting07-09-2010 at 02:36 AM
RE: check whether if the contact is in a special list?
ah, thank you.
ultimatebusterScripting07-02-2010 at 06:51 PM
RE: check whether if the contact is in a special list?
Interesting.. I thought indexOf uses a hashtable algorithm rather than a brute force search trhough all the elements.
ultimatebusterScripting07-02-2010 at 02:11 PM
RE: check whether if the contact is in a special list?
some evil purpose that you shouldn't know about :P [s]while i'm on the topic of asking questions, how do i tell between a regular message, and an offline message?[/s] nvm i figured out that you can't. Back to the original topic.
ultimatebusterScripting07-01-2010 at 10:55 PM
check whether if the contact is in a special list?
Is this a good way check if a contact is in a trusted list? Or is there a more efficient way to do it? [code] var TrustedEmails = "john@hotmail.com,smith@hotmail.com"; function ConfirmTrusted(ChatWnd){ // pretend i passed the ChatWnd from OnEvent_...
ultimatebusterScripting07-01-2010 at 10:24 PM
RE: Writing files?
I looked at it, but I can't seems to write a file [code] var ForAppending = 8; var fso, theFile; fso = new ActiveXObject("Scripting.FileSystemObject"); theFile = fso.OpenTextFile("data.txt", ForAppending, true); theFile.WriteLine("Hello Wor...
ultimatebusterScripting05-21-2010 at 08:50 PM
Writing files?
I'm relatively new to JavaScript & JScript. Recently familiarized myself with the language. Since I program in python before, I got some questions about writing files. If there an API to write files to the HDD somewhere? A plain text file? All I wan...
ultimatebusterScripting05-21-2010 at 02:46 AM
RE: PDF Scripting Document
Unfortunately I'm still learning JavaScript. So JScript will the be whole" battle for me.
ultimatebusterScripting06-30-2009 at 07:48 PM
RE: PDF Scripting Document
So how did you, or anyone else get started?
ultimatebusterScripting06-30-2009 at 06:10 PM
RE: PDF Scripting Document
The Scripting document is nice, but it's not as easy to read for a scripting newbie. I have some novice VB.Net experience. That's a bout it. So if I read the scripting document all the way through, I can become an "expert" on Msg Live Plus script...
ultimatebusterScripting06-30-2009 at 05:38 PM
RE: PDF Scripting Document
Is there a more comprehensive tutorial somewhere?
ultimatebusterScripting06-30-2009 at 01:44 PM
RE: PDF Scripting Document
Oh yeah, I'm a kind of confused by the object/event reference. For example if have Contact::Name, it tells me: This is a read-only property. [string] Name; But how do I use it? Like Contact.Name(syntax)?? What's going on.
ultimatebusterScripting06-30-2009 at 02:23 AM
PDF Scripting Document
Hi! I'm trying to read through the official document. Is there a PDF version of this? That would make may life a lot easier. Thanks!
ultimatebusterScripting06-30-2009 at 01:15 AM
[Request]VIP list
This is something I wanted for a while .But I'm a VB coder, not a JavaScript coder. It's a VIP List. Selected people on the list's conversation rings even if you are on busy etc. Anyone?
ultimatebusterScripting03-20-2009 at 01:17 PM
RE: nudgetoolscript support for live messenger 200?
But it says that msgliveplus do not support the latest version of windows live messenger
ultimatebusterScripting01-18-2009 at 11:27 PM
RE: nudgetoolscript support for live messenger 200?
is that for the final version of 2009?
ultimatebusterScripting01-18-2009 at 07:58 PM
nudgetoolscript support for live messenger 200?
Is there a version of NudgesToolsScript for 2009?
ultimatebusterScripting01-18-2009 at 06:59 PM
[Hide Excerpts]