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

Search Results
Subject Author Forum Time
RE: re-installing msn
thank you seems to work! davidp
davidpSkype & Live Messenger06-03-2009 at 04:05 PM
re-installing msn
Hello! I just wanted to re-install MSN (because I can't sign in (I've seen the thread "We could not sign you in..." after I deleted it...)) and so I launched the installer. It says, MSN is installed. So I deleted it first in the Software-list and...
davidpSkype & Live Messenger06-03-2009 at 02:04 PM
RE: One message to all online MSN contacts at once
Hi, Dj_Jelak, here is the code for getting the year: [code]var d = new Date(); var year = d.getFullYear(); [/code] and for you the wohle skript: ;) [code] var d = new Date(); var year = d.getFullYear(); function OnEvent_Initialize(MessengerStart) { v...
davidpScripting12-31-2008 at 04:41 PM
RE: auto going on after hibernating
Thanks for your answer, but I'm a beginner in MSN scripting and don't know how to do that. I just wrote a script, which calculates the time remaining to the start of 2009. The output goes in the "PersonalMessage"-bar. Even when I logout from the ...
davidpScripting12-29-2008 at 08:19 AM
auto going on after hibernating
Hi, I want to ask, how can I do it, that the script goes on after hibernating? It says "Script runnig" in the settings (at scripts) but timers are not running anymore. I always have to restart the script. Is there any solution? davidp
davidpScripting12-27-2008 at 04:50 PM
RE: error with arrays
[quote=felipEx]JScript is case sensitive so you should declare this as [code=JScript]var myArray = Array("first value", "second value");[/code] THANKS that was the problem ;) greetings davidp
davidpScripting12-22-2008 at 07:52 PM
error with arrays
Hi, I want to work with arrays and I thougt, lets try it like in JavaScript, but theres always the same error: "Object expected (Code: -2146823281) Scriptstart failed!" but I saw this in the forum too: [code] var array = array("first value", "s...
davidpScripting12-22-2008 at 07:29 PM
[Hide Excerpts]