registry keys to treeview control
- From: arno <rnospam_AT_xs4all_DOT_nl>
- Date: Thu, 14 Jun 2007 22:16:19 +0200
Hi,
I have been struggling with the following
I am using vbscript in an application that will display registry keys
(and their values) as part of a treeview control.
I know the 'parent key', under which there can be a varying number of
subkeys, and their subkeys, and so on.
I know how to enumerate subkeys under a single key, using WMI and
EnumKey
What I am srtuggling with is, that I need some mechanism to process
each of the found subkeys to find about their subkeys, and so on. Some
kind of recursive algorhythm. I have seen and tried examples of
recursive algorhythms, for instance for files and folders. But
somehow, I cannot get my brain to figure out how to translate those to
my needs.
I was hoping someone could help me out, either with some sample code
or a website perhaps? I have so far searched pscode.com and some
others, but havent quite found what I am looking for.
kind regards,
arno
.
- Follow-Ups:
- Re: registry keys to treeview control
- From: Mark Pryor
- Re: registry keys to treeview control
- From: Michael Harris \(MVP\)
- Re: registry keys to treeview control
- Prev by Date: Re: Problems with Connection Strings
- Next by Date: Shutdown computer using VBScript
- Previous by thread: Re: Problems with Connection Strings
- Next by thread: Re: registry keys to treeview control
- Index(es):
Relevant Pages
|