Hello Newsgroup Readers
I would like to know how to go & do the following:
I have a certain registry key that has sub values
Example:
Key1 http://www.microsoft.com
Key2 http://www.sarc.com
Key3 http://www.someurl.com
Say, I deleted Key1 I need to rename Key2 to Key1 & Key3 to Key2 with the
same values they have
There could say 40 or more in the list. So, if there are 40 & I delete Key38
then I will need to rename Key 39 to Key38 & Key40 to Key 39...
I could delete 1 or more of those Key values. So, how do I fill in the
spaces of the Keys deleted?
Please - no Google links etc, but some real code
I am using VB.NET 2003
Any help would be wonderful!
TIA
Newbie Coder
I would like to know how to go & do the following:
I have a certain registry key that has sub values
Example:
Key1 http://www.microsoft.com
Key2 http://www.sarc.com
Key3 http://www.someurl.com
Say, I deleted Key1 I need to rename Key2 to Key1 & Key3 to Key2 with the
same values they have
There could say 40 or more in the list. So, if there are 40 & I delete Key38
then I will need to rename Key 39 to Key38 & Key40 to Key 39...
I could delete 1 or more of those Key values. So, how do I fill in the
spaces of the Keys deleted?
Please - no Google links etc, but some real code
I am using VB.NET 2003
Any help would be wonderful!
TIA
Newbie Coder
Comment