TechnoTone
Well-known member
I am unable to get at the properties of the Registry class. I have Microsoft.Win32 imported and when I prepare an object declaration I see Registry in the popup list but when I press "." after selecting "Registry" nothing happens. If I type "CurrentUser" manually the editor underlines it stating "Type Registry.CurrentUser is not defined."
How can this be wrong???
Ive even tried:
but it still wont work. Any ideas?
How can this be wrong???
Code:
Dim regCurrUser As [u]Registry.CurrentUser[/u]
Code:
Dim regCurrUser As [u]Microsoft.Win32.Registry.CurrentUser[/u]