Savesetting and Getsetting
Just wondering if I should use those 2 functions? are they in the .NET framework or are they just for VB? Should I use another set of functions instead?:rolleyes:
EDIT: Umm how do I work with this registery class thingie, I cant find exmaples in MSDN.
I want to just make a folder in the registery for my app and add some stuff in the folder. Sounds like I can make the folder with soemthing like this:
Registry.CurrentUser.CreateSubKey()
now how do I add something in that folder?
and also what's the OpenSubKey() for? :D
any help appriciated ;)