What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Parse Registry SubKeys in JScript?

Parse Registry SubKeys in JScript?
Author: Message:
Jedimark
Full Member
***


Posts: 140
Reputation: 6
Joined: Apr 2002
O.P. Parse Registry SubKeys in JScript?
Does anyone know how to do the equivalent of this C# code in JScript?

Cheers,
- Mark

code:
try
{
        RegistryKey rootPath = Registry.CurrentUser.OpenSubKey("Software\\Item1\\Item2", true);
        foreach(string newKey in rootPath.GetSubKeyNames())
        {
                // other stuff here
        }
}
08-24-2006 05:23 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Parse Registry SubKeys in JScript? - by Jedimark on 08-24-2006 at 05:23 PM
RE: Parse Registry SubKeys in JScript? - by J-Thread on 08-24-2006 at 07:52 PM
RE: Parse Registry SubKeys in JScript? - by Ezra on 08-24-2006 at 10:35 PM
RE: Parse Registry SubKeys in JScript? - by Shondoit on 08-24-2006 at 10:54 PM
RE: Parse Registry SubKeys in JScript? - by CookieRevised on 08-25-2006 at 12:00 AM
RE: Parse Registry SubKeys in JScript? - by Shondoit on 08-25-2006 at 12:09 AM
RE: RE: Parse Registry SubKeys in JScript? - by CookieRevised on 08-25-2006 at 12:14 AM
RE: Parse Registry SubKeys in JScript? - by Shondoit on 08-25-2006 at 12:17 AM
RE: Parse Registry SubKeys in JScript? - by matty on 08-25-2006 at 01:52 AM
RE: Parse Registry SubKeys in JScript? - by -dt- on 08-25-2006 at 04:15 AM
RE: Parse Registry SubKeys in JScript? - by CookieRevised on 08-25-2006 at 03:26 PM
RE: Parse Registry SubKeys in JScript? - by Jedimark on 08-26-2006 at 12:48 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