-
Stupid Registry question
Hi
I know this is a really stupid and basic question regarding the registry but i am stuck!
What references do i need to add to be able to write the line:
Dim regKey as RegistryKey
I have seen this and other things written in posts on this website, but i am not sure how to do this myself
Any help to a vb.net newbie would be appreciated
Sarah
-
-
Thank you
I will get used to all this new vb stuff eventually.
Sarah
-
Generally if you search for whatever type/object/class/whatever that Intellisense is barfing at, the help will show you the Namespace that that thingy lives in, which will be what you need to Import at the top of the file.