Hi Guys

I do understand how to get a value from the registry but my problem is getting a list of subkeys of a key...not even sure where to start...

For Example I have a key called GAMES and under that key a subkey called USERS...under there there are KEYS with usernames that I don't know until I look under that subkey USERS.. but I want to dynamically make a list of USERS subkeys so I can go back and process values under each one of those USER Keys...any Idea where to start?

Here is my example

Games
- Users
-Username1
HighScore = whatever
Username2
Highscore = whatever
Username3
Highscore = whatever


Basically I want to
I want to retrieve a List of the username keys so that i can later proccess the highscore values

can someone please lead me on the right path...

Thanks in advance