| |
|
Welcome to AstaHost - Dear Guest | |
Toggle shoutbox
Shoutbox
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Delete A Registry Subkey And Key
Started by jbitkill, Nov 06 2007 09:52 AM
8 replies to this topic
#2
Posted 06 November 2007 - 10:38 AM
you can modify anything in the registry through the My.Computer.Registry namespace.
for example, if you want to delete an entry in the local machine driectory, you would enter
for example, if you want to delete an entry in the local machine driectory, you would enter
My.Computer.Registry.LocalMachine.DeleteSubKey(key here)and change 'key here' to the key you want to delete
Edited by Jimmy89, 06 November 2007 - 10:38 AM.
#3
Posted 06 November 2007 - 11:38 AM
Or you can try the more ancient method
Or you can refer to http://www.codeproje...try_with_vb.asp
Dim regKey As RegistryKey
regKey = Registry.LocalMachine.OpenSubKey("Software", True)
regKey.DeleteSubKey("MyApp", True)
regKey.Close()Or you can refer to http://www.codeproje...try_with_vb.asp
#8
Posted 07 November 2007 - 03:48 PM
I guess I might want to a software to constantly check the latest topic
Hmm.. That reminds me of gmail and yahoo mail alert. If there's ever a software made to alert you of latest topics and latest post. You will be able to keep track.
But is there such software..
Reply to this topic
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











