I know I posted this question yesterday also, but there was no answer, and only a few people had taken a look at it, so I give it a new shot:

I want to check the registry for subkeys, so I can display them in a listbox.
i.e. in the registry the 'mainkey' is like:
\software\myapp,
and it has a number of profiles that are stored as a subkey like:
\software\myapp\profile1,
\software\myapp\profile2 etc.

So I want the names profile1 and profile2 to be stored in a list.
Is there a way to do this?

Can somebody please help me?
Thanks in advance