What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Q] Settings

[Q] Settings
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: [Q] Settings

code:
function WriteReg(key, value){
    return new ActiveXObject("WScript.Shell").RegWrite(MsgPlus.ScriptRegPath + Messenger.MyUserID + "\\" + key, value, "REG_SZ");
}

function ReadReg(key){
    return new ActiveXObject("WScript.Shell").RegRead(MsgPlus.ScriptRegPath + Messenger.MyUserID + "\\" + key);
}

Save and retrieve settings from the registry (there are also other posts with this information if you search)
<Eljay> "Problems encountered: shit blew up" :zippy:
12-13-2006 04:54 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Q] Settings - by Sander112 on 12-13-2006 at 04:50 PM
RE: [Q] Settings - by Jimbo on 12-13-2006 at 04:51 PM
RE: [Q] Settings - by Sander112 on 12-13-2006 at 04:52 PM
RE: [Q] Settings - by Spunky on 12-13-2006 at 04:54 PM
RE: [Q] Settings - by Felu on 12-13-2006 at 04:54 PM
RE: [Q] Settings - by Sander112 on 12-13-2006 at 04:56 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