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:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
37 / 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 »

Messages In This Thread
ScriptInfo : Block Windows Live Messenger 9 RC - by Xat on 01-02-2009 at 12:59 PM
RE: ScriptInfo : Block Windows Live Messenger 9 RC - by matty on 01-02-2009 at 01:03 PM
RE: ScriptInfo : Block Windows Live Messenger 9 RC - by Xat on 01-02-2009 at 01:27 PM
RE: ScriptInfo : Block Windows Live Messenger 9 RC - by mynetx on 01-02-2009 at 01:30 PM


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