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

Search Results
Subject Author Forum Time
RE: Two questions[Edit: Three, check page 2]
You cannot compare the array's object itself to a string. You need to loop through the array and compare against each element. [code] else{ for(i in LIST){ if(LIST[i] == Message){ ChatWnd.SendMessage("Duja"); ...
cooldude_i06Scripting07-23-2006 at 02:54 AM
RE: Hide MSN bug
How is this a bug? Are you saying that Plus! should recognize if a key combination is used by any other program and not use it? That is impossible.
cooldude_i06WLM Plus! Bug Reports07-23-2006 at 02:44 AM
RE: [help] destroying a window without crashing WLM
The PlusWnd::Close function destroys the window. [b]Syntax[/b] [code]Close( [number] ExitCode );[/code] [b]Parameters[/b] ExitCode [number] A number specifying the exit code for the window. It has no particular meaning for Messenger Plus! and ca...
cooldude_i06Scripting07-22-2006 at 07:50 PM
RE: [request] contacts nicknames
Well, as far as I know, you cannot access Nicknames through scripts, so it wouldn't be possible. Maybe there are other ways through the Messenger API itself, but I don't know about those.
cooldude_i06Scripting07-22-2006 at 06:49 AM
RE: [request] contacts nicknames
It's built into WLM. Just use BB code when assign nicknames, like [c=#][/c]. You can use other codes for bold, italic, underline and stuff like that too.
cooldude_i06Scripting07-22-2006 at 05:02 AM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Hmm, I was thinking of putting in an option for turning off sound, maybe I'll add that in sometime.
cooldude_i06Scripting07-22-2006 at 03:59 AM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Delete the account and add it again.
cooldude_i06Scripting07-20-2006 at 10:09 PM
RE: [Release] Agent Message.
That is very very nice man (Y). Shows you what cool stuff can be done with just a few lines of code.
cooldude_i06Scripting07-20-2006 at 04:33 AM
RE: [Request] Unread Mails in psm
From a quick scan of the documentation, there is no single property for current email count, so it won't be possible easily.
cooldude_i06Scripting07-19-2006 at 08:55 PM
RE: [Request] Unread Mails in psm
Why would you want to tell your contacts how many unread messages you have?
cooldude_i06Scripting07-19-2006 at 08:28 PM
RE: Don't want to do anything stupid...
How bout using VMWare to emulate Vista? http://www.vmware.com/products/free_virtualization .html
cooldude_i06Tech Talk07-18-2006 at 09:32 PM
RE: [Beta-Release] Advertiser
I haven't actually tried the script, but it seems to me that it is just the Hopper script with a timer, right?
cooldude_i06Scripting07-17-2006 at 09:48 AM
RE: [Help!] Menu Troubles
Btw, if you want to have a Close button, you don't need any code at all. Just name the button "BtnCancel".
cooldude_i06Scripting07-17-2006 at 04:28 AM
RE: Messenger Plus! Live 4.01... tada!
Whooo, I was just about to leave. Staying back for an additional minute payed off!! Thanks Patchou!!!
cooldude_i06Archive07-17-2006 at 01:59 AM
RE: Slang Replacer
They are called regular expressions. Here is more info: http://authors.aspalliance.com/wsk/aboutregularexp ression.asp
cooldude_i06Scripting07-16-2006 at 11:50 PM
RE: XML Help needed
try this: [code] var nodeUser = xmlDoc.documentElement.selectSingleNode("User[@Us erId='"+Messenger.MyUserId+"']"); if(nodeUser){ Debug.Trace("User exists."); } else { Debug.Trace("User does not exist."); } [/code]
cooldude_i06Scripting07-16-2006 at 11:46 PM
RE: [Release] toast messages
Interop.Call('User32','BringWindowToTop', objPlusWnd.Handle); Interop.Call('User32','ShowWindow', objPlusWnd.Handle, 1);
cooldude_i06Scripting07-14-2006 at 09:28 PM
RE: [RELEASE] R2D2
Yeah, it just makes a sound whn you type !r2d2 on, but it seems like that's all it does. From the code it looks like it is supposed to beep on incoming messages, but it's not.
cooldude_i06Scripting07-13-2006 at 11:33 PM
RE: Hyperlink in display name
Actually you dont need a script to open internet links. MP!L has a link catcher built in. Just right click on a name -> Messenger Plus! Features -> Open Internet Link, and it will show you all the links in the name. I haven't tried the Link Catcher...
cooldude_i06Scripting07-13-2006 at 09:24 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
If you receive one email and you have "Only show new emails" selected, it does show you the sender's email address. (Just like how the Hotmail one works.)
cooldude_i06Scripting07-13-2006 at 08:33 PM
RE: [Release] Statistics v0.25
I would suggest using an XML file to store your data. If and when you choose to add more variables to store, having an XML object will make it much easier than having to parse a text file yourself. If you have never used XML before, you should read u...
cooldude_i06Scripting07-12-2006 at 10:09 PM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
I understand what you are saying chaokusc, but that isn't how the script is meant to work (IE I don't know why the feedback loop should occur in the first place). Anyways thanks a lot for bringing it to my attention, I'll look into it asap.
cooldude_i06Scripting07-12-2006 at 07:43 AM
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Hm, all I can suggest right now is reinstalling 1.1 from scratch, see if that helps at all.
cooldude_i06Scripting07-10-2006 at 08:17 AM
RE: Halt To Spam
http://trashmail.net/ It has a firefox plugin, so you can create a new temporary email address every time you want to sign up for something.
cooldude_i06Tech Talk07-10-2006 at 02:56 AM
RE: JScript too hard to use
The main thing I hate about VBscript and Basic are the if statements. Especially if you use the "Not" and "And" together, you have much frustration to face.
cooldude_i06Scripting07-10-2006 at 02:52 AM
[Hide Excerpts] Pages: (11): « First « 1 2 3 4 [ 5 ] 6 7 8 9 » Last »