| |
|
Welcome to AstaHost - Dear Guest | |
Replying to Delete A Registry Subkey And Key
Topic Summary
faulty.lee
Posted 07 November 2007 - 04:28 PM
Miss out a word, i actually meant i might wanted to "write" one, 
kelvinmaki
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..
faulty.lee
Posted 07 November 2007 - 02:52 PM
I guess I might want to a software to constantly check the latest topic 
Jimmy89
Posted 07 November 2007 - 05:05 AM
lol, this one got answered in less then an hour! 
faulty.lee
Posted 06 November 2007 - 11:55 PM
Aww, why does the easy ones get answered so quickly.
Well, you can always give more input or tips along the way,
tansqrx
Posted 06 November 2007 - 07:13 PM
Aww, why does the easy ones get answered so quickly.
faulty.lee
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
Jimmy89
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
jbitkill
Posted 06 November 2007 - 09:52 AM
Hi, does anyone know how to delete a registry key/subkey using VB 2005 Express. Also, if any other methods using VB, C#, C++, J#, post them as well.



