What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » best way to store/save information?

best way to store/save information?
Author: Message:
Griffo
Junior Member
**


Posts: 27
Joined: Apr 2006
RE: best way to store/save information?
Okay, couple of thngs,

How would you save a setting from a window to the registry. Say you have an EditControl and the defualt text was "hello" and then you changed it to "hello world". How would you save the new data to the registry? I know the procedure to use from the help file, but not in the correct way I need.

Also, how would I do the same for opening a window if I wanted to load my settings. Say the EditControl ID is "ECLocation", how would I read this from the registry, so when I fire my open window procedure it plonks the loaded data into the window ready?

My current open window procedure is...
code:
function OnEvent_MenuClicked(mnuPref)
{
    var Wnd = MsgPlus.CreateWnd("Preferences.xml", "WndPref");
}

Phew - thanks in advance! :)
07-15-2006 03:43 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
best way to store/save information? - by JonnyT on 06-26-2006 at 06:00 PM
RE: best way to store/save information? - by Griffo on 06-26-2006 at 08:26 PM
RE: best way to store/save information? - by J-Thread on 06-26-2006 at 08:38 PM
RE: best way to store/save information? - by segosa on 06-26-2006 at 08:39 PM
RE: best way to store/save information? - by CookieRevised on 07-02-2006 at 01:49 AM
RE: best way to store/save information? - by Griffo on 07-15-2006 at 03:43 PM
RE: best way to store/save information? - by Volv on 07-15-2006 at 03:53 PM
RE: best way to store/save information? - by Griffo on 07-15-2006 at 04:03 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