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
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.