ÜnLoCo
Member
- Joined
- Jul 18, 2009
- Messages
- 8
- Programming Experience
- Beginner
hello
i got an unexpected problem when i tried to read this registry key
i got an unexpected problem when i tried to read this registry key

VB.NET:
Dim k As Microsoft.Win32.RegistryKey = My.Computer.Registry.CurrentUser _
.OpenSubKey("Software").OpenSubKey("DownloadManager").OpenSubKey(key)
Dim v = k.GetValue("Downloaded")