PDA

View Full Version : Registry Tree


dorkauf89
01-23-2008, 02:59 PM
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

dorkauf89
01-24-2008, 04:10 PM
Can anyone help me?

RizlaUK
01-25-2008, 06:08 AM
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 :yes

dorkauf89
01-26-2008, 08:53 AM
this script will get all the folders in the HKEY_CLASSES_ROOT registries:
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...

dorkauf89
01-28-2008, 03:21 PM
???????????????/

dorkauf89
02-04-2008, 09:59 PM
can anyone help me???

dorkauf89
02-08-2008, 04:00 PM
??????????????

RizlaUK
02-09-2008, 08:59 AM
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,