Anyone know how to rename a registry key in visual basic through API besides saving the whole key to a file then restoring it uvder a different name?
[gloworange]And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict\'s veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found. \"This is it... this is where I belong...\" I know everyone here... even if I\'ve never met them, never talked to them, may never hear from them again... I know you all...[/gloworange]
You certainly don't have to save the key to file. Just read the value of the old key, delete the key, create a new key and store the value from the old key in the new key. I might be missing the point here, why would you want to save anything to file?