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

Search Results
Subject Author Forum Time
RE: Download a File
Woot :) thx. It works now! New Question: Is there a way to find out a path, for example, to the MSN Script ? So it will automatically update itself?
leetkingScripting06-20-2009 at 01:01 PM
RE: Download a File
[code]function OnEvent_DownloadFileComplete(Url, OutFile, Success){ Debug.Trace("Url: " + Url); Debug.Trace("OutFile: " + OutFile); Debug.Trace("Success: " + Success); } var Url = "http://www.msgpluslive.net/favicon.ico"; MsgP...
leetkingScripting06-20-2009 at 12:50 PM
Download a File
Hello guys, just wanted to know if there is any way to download a file on the PC with a MSN Script?
leetkingScripting06-19-2009 at 11:12 PM
RE: How can I found out who (email) sent the msg/received the msg?
I dont know anything about this. Could you help me, please?
leetkingScripting05-08-2009 at 03:27 PM
RE: How can I found out who (email) sent the msg/received the msg?
K! Thx guys! I got a new question: How can I save a variable so it will still be the same when I restart my PC / MSN? For example: var remember = "clean the toilet"
leetkingScripting05-07-2009 at 05:38 PM
How can I found out who (email) sent the msg/received the msg?
Hello, Is there any possible solution for finding out who sent the message and who received a message? (in a normal conversation; I want the email adress.) I want something like: [code]function OnEvent_ChatWndSend [and receive] Message(ChatWnd, Origi...
leetkingScripting05-06-2009 at 08:26 PM
Add contact
Hello! Is it possible to add a new contact (example@hotmail.com) with a script?
leetkingScripting12-14-2008 at 07:49 PM
RE: Script Help!
I got now this: [code=jscript]function OnEvent_ChatWndReceiveMessage(oChatWnd, sOrigin, sMessage, nMessageKind) { for (var oContact = new Enumerator(oChatWnd.Contacts); !oContact.atEnd(); oContact.moveNext()) { if (oContact.item().Email =...
leetkingScripting12-11-2008 at 06:36 PM
RE: Script Help!
Thank you, it works! What about the other things?
leetkingScripting12-11-2008 at 06:04 PM
Script Help!
Hello, I just started to write some script. I have already my first question: How can I make a new line writing a text? My Script: iOriginWnd.SendMessage("Test1 Test2"); This doesnt work! Is there any special command for that? (It shouldnt write 2x...
leetkingScripting12-11-2008 at 04:53 PM
[Hide Excerpts]