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

Search Results
Subject Author Forum Time
RE: Wont send a message
foalyScripting07-08-2006 at 09:55 PM
RE: One year since 7/7
Well they don't believe that those people are trying to help... And Christians did the same thing when they went to libirate Jeruzalem with the crusades...
foalyGeneral Chit Chat07-08-2006 at 09:49 PM
RE: One year since 7/7
The people that did it and the people that support them think different then we do... They did a terrible thing, but in their opinion, the western world is evil... If you where from Iraq and the American and English army invaded your country... would...
foalyGeneral Chit Chat07-08-2006 at 09:00 PM
RE: Wont send a message
ehm... isn't sendmessage a chatwindow object? so it should be something like: [code] function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, Kind) { ChatWnd.SendMessage("Okay " + MsgPlus.RemoveFormatCodes(Origin) + ".. Personlig Beske...
foalyScripting07-08-2006 at 08:53 PM
RE: [HELP] Reading Reg Keys
what about making it a string? like: [code] var test =new String(""+Shell.RegRead(keys[0]+"\\Path")); [/code]
foalyScripting07-08-2006 at 06:44 PM
RE: [HELP] Reading Reg Keys
did you try if test really works? like: [code] try{ var test = Shell.RegRead(keys[0]+"\\Path"); }catch(err){Debug.Trace("error in var test")} Debug.Trace("Path: " + test + " E: " + enabled); [/code]
foalyScripting07-08-2006 at 06:27 PM
RE: Deactivate Auto-Message
when setting your personal message there is a message link direct under the automessage box... that links to a filter that you can use to filter people, so you won't send it to them...
foalyWLM Plus! Help07-06-2006 at 10:42 PM
RE: SendMessage
I used the SendMessage because that was the question... and ofcourse it will return something if the statement is false...
foalyScripting07-06-2006 at 10:35 PM
RE: How wo Run a Program through Javascript
to display toast on error: [code] function OnEvent_Initialize(MessengerStart) { } function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message == "/WMP") { try{ ChatWnd.SendMessage("/run C:\\Program Files\\Windows Media Player\\wmplaye...
foalyScripting07-06-2006 at 10:31 PM
RE: SendMessage
something like this works: [code] function OnEvent_ChatWndSendMessage(ChatWnd, sMessage){ if(sMessage == "^^CurrentMedia"){ var Message = "/me is now playing "+ Messenger.CurrentMedia ; ChatWnd.SendMessage(Message); sMessage=""; retu...
foalyScripting07-06-2006 at 10:25 PM
RE: Help! weird problem, expert help required. Display/smilies not visible
let me guess... you have ZoneAlarm... edit: if she has the problem then SHE probably has ZoneAlarm ofcourse :)
foalySkype & Live Messenger07-06-2006 at 02:46 PM
RE: [Release] Script Updates : View and install new scripts from www.msgpluslive.net
it works fine for me... it would be nice that, if you click on the date bar it sorts the scripts on the day they were submitted (same for if you have the script already)
foalyScripting07-05-2006 at 10:27 PM
RE: Event when the contact sends a nudge?
maybe you're not making many friends this way... and maybe if you don't make friends, they won't help you next time you have a problem... and if my posts aren't written in perfect English, I'm very sorry... but no reason to bitch about it...
foalyScripting07-05-2006 at 10:21 PM
RE: Script Help....
u have to save the xml in unicode 16... unicode 8 won't work either...
foalyScripting07-05-2006 at 09:13 PM
RE: [Bug] Offline message...
it's not a bug... it's an unexpected feature...
foalyWLM Plus! Bug Reports07-05-2006 at 07:35 PM
RE: Translation Script
translating is something a computer can't do correct... so translations are buggy but who cares... mostly you can understand it...
foalyScripting07-05-2006 at 07:31 PM
RE: [Request] Application Monitor
i never understood why they kept the maximum 8 character thingy that old MS-DOS version use...
foalyScripting07-05-2006 at 04:56 PM
RE: A New User account on XP
then your windows is rigged... i dont even have to give a domain...
foalyTech Talk07-05-2006 at 09:47 AM
RE: Event when the contact sends a nudge?
because it doesn't...
foalyScripting07-05-2006 at 09:45 AM
RE: A New User account on XP
what kind off error? you could if you have administrator rights...
foalyTech Talk07-05-2006 at 09:39 AM
RE: Event when the contact sends a nudge?
wlmcrap that won't work because OnEvent_ChatWndReceiveMessage isn't called when recieving a nudge...
foalyScripting07-05-2006 at 09:38 AM
RE: Noob - Need help developing scripts
well it's not the script... it didn't error when i tried it...
foalyScripting07-04-2006 at 09:17 PM
RE: Ghost?
:) pull your mic out... that will help...
foalySkype & Live Messenger07-04-2006 at 09:03 PM
RE: [REQUEST] Put the cmd /noicon at the front of all messages
[code] OnEvent_ChatWndSendMessage(ChatWnd,Message){ Message = "/noicon "+Message; return Message; } [/code] i think...
foalyScripting07-04-2006 at 02:34 PM
RE: More WLM Less RAM Memory
because there is a memory leak off some sort in WLM, which inspite off the beta testers complaints microsoft didn't fix
foalySkype & Live Messenger07-04-2006 at 11:16 AM
[Hide Excerpts] Pages: (29): « First « 24 25 26 27 [ 28 ] 29 » Last »