Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Replying to Delete A Registry Subkey And Key


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

faulty.lee

Posted 07 November 2007 - 04:28 PM

Miss out a word, i actually meant i might wanted to "write" one, :rolleyes:

kelvinmaki

Posted 07 November 2007 - 03:48 PM

I guess I might want to a software to constantly check the latest topic B)


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. :rolleyes:

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 :rolleyes:

Jimmy89

Posted 07 November 2007 - 05:05 AM

lol, this one got answered in less then an hour! :rolleyes:

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, :rolleyes:

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
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
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.

Review the complete topic (launches new window)