What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » verify presence registry key

verify presence registry key
Author: Message:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
37 / Male / Flag
Joined: Jul 2007
RE: verify presence registry key
Try this one ;)
code:
var boolEnabled = false; // default value
try {
    boolEnabled = new ActiveXObject("WScript.Shell").RegRead(MsgPlus.ScriptRegPath + "\\SomeEntry");
}
catch( e ) {
    // error handling ;)
}
// use boolEnabled here with either default value or read value

This post was edited on 04-25-2008 at 06:13 PM by mynetx.
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
04-25-2008 06:13 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
verify presence registry key - by Suxsem on 04-25-2008 at 06:07 PM
RE: verify presence registry key - by mynetx on 04-25-2008 at 06:13 PM
RE: verify presence registry key - by Suxsem on 04-25-2008 at 06:15 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