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

Search Results
Subject Author Forum Time
RE: [Question] Messenger Plus! Commands
Thanks for the help. [code]function OnEvent_ChatWndSendMessage(ChatWnd,Message) { if (Message.substr(0,7) == "/shell ") { Shell.ShellExecute(Message.substr(7)); return ""; } }[/code]
SanaScripting10-28-2006 at 12:35 AM
[Question] Messenger Plus! Commands
I'm new to scripting (and JavaScript >.>) so to test a couple things I just made a quick Shell script. I used this code to place my Plus! command into the listbox: [code]function OnGetScriptCommands() { var commands = '<ScriptCommands>'; ...
SanaScripting10-27-2006 at 11:03 PM
RE: [Release] Timezone v1.01.024
It's not really a GMT offset, it's an offset from your computer's local time so the command "tzSetGMT" is misleading and sometimes annoying.
SanaScripting10-25-2006 at 04:00 AM
RE: I can't seem to sign into Windows Live Messenger.
Nah I have no problem editing the registry, and the program makes no real difference. I've edited it in regedit and with API in VB6 (yeah maybe that's where I screwed something up). I installed the latest Windows Updates, deleted by registry settin...
SanaSkype & Live Messenger10-15-2006 at 01:19 AM
I can't seem to sign into Windows Live Messenger.
I've tried all the troubleshooting I can think of. I've checked the service status, I've tested my logging in on other computers, works. I've signed into MSN Messenger 7.5 on this computer, and Web Messenger. But when I install Windows Live Messe...
SanaSkype & Live Messenger10-15-2006 at 12:47 AM
[Hide Excerpts]