Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8

Thread: Registry Tree

  1. #1
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144

    Registry Tree

    For some reason I have problems with this... I want to write all the registrys on the computer to a tree object organized... The main tree items should be HKEY_CLASSES_ROOT, HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER and so on... Under each one will be the subkeys and all... At the end... when they get to a registry and they press it, it should show them the registry values and all... if anone can make an example it would be great.. THANKS

  2. #2
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144
    Can anyone help me?

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    post what code you have and someone might take a look at it, what you are asking for is quite a hefty example that im sure peps dont have time to make

    there are plenty of registry examples on the forum and users sites, a little searching might reveal what you need
    Open your eyes to Narcissism, Don't let her destroy your life!!

  4. #4
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144
    this script will get all the folders in the HKEY_CLASSES_ROOT registries:
    Code:
    result = Registry.GetKeyNames(HKEY_CLASSES_ROOT, "");
    Now I need somehow to put all the folders and files it gets under the main node of HKEY_CLASSES_ROOT and if there are any folders... find what's inside... and put it under that node... Can anyone please help me...

  5. #5
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144
    ???????????????/

  6. #6
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144
    can anyone help me???

  7. #7
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144
    ??????????????

  8. #8
    Join Date
    May 2006
    Posts
    5,380
    keep posting like that and even more people will ignore you,

    what you are asking for is quite a complex example, i would make it for you for a fee, but other than that you are going to have to have a go your self, you would get more of a response if you at least tried/failed and posted what code or apz you have for someone to take a look to see where you are going wrong, after all, no-one writes our applications for us,
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Tree (Inheritance)
    By CHGM in forum AutoPlay Media Studio 7.5
    Replies: 0
    Last Post: 01-03-2008, 07:27 AM
  2. HOWTO: Merge Registry Keys
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2003, 09:31 AM
  3. Registry Features
    By Dwayne in forum Setup Factory 6.0
    Replies: 1
    Last Post: 02-21-2003, 03:30 AM
  4. INFO: Finding Shell Folders in the Registry
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 03:52 PM

Posting Permissions

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