-
Registry Keys
Hi there, how can i read the name of a registry key. To make my question more understandable here is an example that wish to apply it to:
Say there is a registry key location of:
HKEY_LOCAL_MACHINE\SOFTWARE\Something\ThatToo\Whatever\Logins
How can i read the key names of the folders in that directory?
for example on my pc it would be somthing like:
HKEY_LOCAL_MACHINE\SOFTWARE\Something\ThatToo\Whatever\Logins
/\/\/\/\/\/\/\/\/\/\/
|
-Logins-+
--------|+ Player Name 1
--------|+ Player Name 2
--------|+ Player Name 3
--------|+ Player Name 4
Obviously i will not know how many keys there will be, i just want to read to read the names of all of them in that sub.
If you still dont understand here is a SS...
http://img304.imageshack.us/img304/5164/ss16wq.jpg
Thanks
-Xeon-
-
Re: Registry Keys
I think this is what you are looking for.
-
Re: Registry Keys
Nope that not what i want. I want to read the names of the folders.
In this case it would find and display.
Player Name 1
Player Name 2
Player Name 3
Player Name 4