registry keys to treeview control

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • Re: registry keys to treeview control
    ... I am using vbscript in an application that will display registry keys ... as part of a treeview control. ... subkeys, and their subkeys, and so on. ... kind of recursive algorhythm. ...
    (microsoft.public.scripting.vbscript)
  • Re: registry keys to treeview control
    ... What I am srtuggling with is, that I need some mechanism to process ... each of the found subkeys to find about their subkeys, ... kind of recursive algorhythm. ... stdregprov enumkey recursive group:*.scripting - Google Groups ...
    (microsoft.public.scripting.vbscript)
  • load registry keys into a treeview
    ... I have a treeview in which I want to display registry data, ... it is done in RegEdit. ... subkeys of subkeys, and so on. ... So my hunch is that I should utilize some sort of recursive algorhythm ...
    (microsoft.public.vb.general.discussion)
  • load registry keys into a treeview
    ... I have a treeview in which I want to display registry data, ... it is done in RegEdit. ... subkeys of subkeys, and so on. ... So my hunch is that I should utilize some sort of recursive algorhythm ...
    (microsoft.public.vb.general.discussion)
  • Re: load registry keys into a treeview
    ... I would go visit www.pscode.com and do a search for "treeview". ... Lord knows there are plenty of them out there. ... | subkeys of subkeys, and so on. ... | So my hunch is that I should utilize some sort of recursive algorhythm ...
    (microsoft.public.vb.general.discussion)