I need to do the following in the registry
- Check to see if a given key exists
- Create a new key
- Overwirte an existing key
- Delete a key
can anybody recomend somewhere to find how to do this, I did a google search, best i came up with from the articles i saw was to include this:
Imports Microsoft.Win32

Registry
RB_Banc
Check out
http://msdn2.microsoft.com/en-us/library/microsoft.win32.registrykey.aspx
for details.
Manoj Kumar Goud
"ha ha thats funny, we all know MSDN articles are never really al lthat helpful... "
What
smrobin
bennett_chen
Hi,
http://msdn.microsoft.com/library/ << Save it in your favourites for help on ALL things in Visual Studio.
Type in >> registry << once you've clicked in the search box on that site for around 250 results. :-)
Regards,
S_DS
billconan
MSDN has a wealth of information - I find it extremely useful myself.
If people actually looked at the help and MSDN they would find many answers to common questions really easily - with loads of small sample code to get you going.
Bluehunter
TSZ
I think the complaint is that "A dictionary is not helpful because it doesn't tell you how to write a book"
.