|
-
Oct 13th, 2000, 04:32 AM
#1
Thread Starter
Lively Member
Anyone help out with this ?
The application I'm working on allows to user to set up numerous connections to different databases. The database information is stored in the registry, i.e.
HKEY_CURRENT_USER\Software\My App\Databases\My Database
HKEY_CURRENT_USER\Software\My App\Databases\Test Database
HKEY_CURRENT_USER\Software\My App\Databases\Another Database
What I would like to do is have a combobox that contains a list of the available databases, so I need to be able to get the names of all the immediate sub keys of HKEY_CURRENT_USER\Software\My App\Databases. Is it possible to do this ???
Thanks.
-
Oct 13th, 2000, 04:49 AM
#2
transcendental analytic
Go to my homepage, download my registry module and use the Subkeys function. It should return you all the immediate subkeys as an array in a variant.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 13th, 2000, 04:59 AM
#3
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|