Results 1 to 5 of 5

Thread: how to output registery folder names and key inside it in to listbox?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Resolved how to output registery folder names and key inside it in to listbox?

    Hi all .

    I have a problem retrieve the usernames and Id stored in HKEY_CURRENT_USER\Software\xyz\123\

    usernames are not not stored as string, the usernames are stored as the folders name inside of the 123 directory. For example, the program has 3 usernames stored in the registry; cat, panda, lion. So these are the folders :

    HKEY_CURRENT_USER\Software\xyz\123\cat\
    HKEY_CURRENT_USER\Software\xyz\123\panda\
    HKEY_CURRENT_USER\Software\xyz\123\lion\

    inside each username folder there is a key called Id and I want to print the username foldernames and the value of ID key inside each usename folder into a listbox. I appreacite if any expert show me how to achive this task.Thanks
    Last edited by tony007; Jun 16th, 2006 at 02:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width