I'm doing a project using visual basic (6.0). it needs to delete a records from the registry. The registry path is:
"My Computer\HKEY_CLASSES_ROOT\CLSID\{999999-999999-999}\{aa}\{bb}\{cc}"
where {} is the ,value name(key) and value data(value).
The problem is that I want to
1. delete from the registry the part:"{999999-999999-999}\{aa}\{bb}\{cc}"
2. correct (rename) the registry data as follow:
{aa} = {dd}
{bb} = {ee}
{cc} = {ff}
Even I know savesetting and getsetting but I could not do anything with my problem since I need to start from the root:"My Computer\HKEY_CLASSES_ROOT" unlike the savesetting and getsetting which dont start by "My Computer\HKEY_CLASSES_ROOT"
I hope my problems find a complete solution and thanx again for your interest>>>