What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » ScriptInfo : Block Windows Live Messenger 9 RC

ScriptInfo : Block Windows Live Messenger 9 RC
Author: Message:
Xat
New Member
*

Avatar

Posts: 13
– / Male / Flag
Joined: Jan 2008
O.P. ScriptInfo : Block Windows Live Messenger 9 RC
Hello,

How to block the importation of my script in Windows Live Messenger 9 RC  ?

Regards,
Xat
01-02-2009 12:59 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: ScriptInfo : Block Windows Live Messenger 9 RC
You can't. However in your script you can use Messenger.Version to disable it. On Initialize return false and also return false on the menu and command functions :)

Cheers :)
01-02-2009 01:03 PM
Profile E-Mail PM Find Quote Report
Xat
New Member
*

Avatar

Posts: 13
– / Male / Flag
Joined: Jan 2008
O.P. RE: ScriptInfo : Block Windows Live Messenger 9 RC
Thanks
01-02-2009 01:27 PM
Profile E-Mail PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: ScriptInfo : Block Windows Live Messenger 9 RC
JScript code:
if(Messenger.VersionBuild == 8050 && MsgPlus.VersionBuild < 343)
    Interop.Call("User32", "MessageBoxW", 0, 'You are currently using Windows Live Messenger 2009 RC.\n\nWLMStatus does work with your current Messenger version, however you cannot access the program menu nor any of the dialog boxes.\n\nIf you need support on how to use WLMStatus nevertheless, refer to support@wlmstatus.net and we will be glad to help you out.\n\nYour WLMStatus Team', 'WLMStatus', MB_ICONWARNING + MB_SYSTEMMODAL);

...is what WLMStatus uses. :)

This post was edited on 01-02-2009 at 01:48 PM by mynetx.
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
01-02-2009 01:30 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On