Jimgarry
MIS
- May 16, 2000
- 112
Hi, thanks in advance.
I want to read all the registry “sections” under “configname” this is prior to the keyname and keyvalue.
I want to put these sections into an array to use later.
I have tried to use the getAllSettings, but this retrieves the keys
Does anyone have a suggestion?
Hkey_current_user
\software
\ vb and vba Program settings
\UserStroage ‘ Configname
\Krue ‘ Section
\path = d:\Company\Krue 'Key stuff
\MIDD
\Path = c:\another place
\HOLL
\path = XXXXXXX
What I want is to create and array of
KRUE
MIDD
HOLL
Thanks again
Jim
I want to read all the registry “sections” under “configname” this is prior to the keyname and keyvalue.
I want to put these sections into an array to use later.
I have tried to use the getAllSettings, but this retrieves the keys
Does anyone have a suggestion?
Hkey_current_user
\software
\ vb and vba Program settings
\UserStroage ‘ Configname
\Krue ‘ Section
\path = d:\Company\Krue 'Key stuff
\MIDD
\Path = c:\another place
\HOLL
\path = XXXXXXX
What I want is to create and array of
KRUE
MIDD
HOLL
Thanks again
Jim