I'm trying to retrieve a value from the registry. Some values within the same key allow me to view them while others abort the program with an "Access Violation" error. <br>
<br>
Oddly enough, I can manually change the entry to which I was programatically denied access (using regedit).<br>
<br>
The key I'm trying to retrieve is:<br>
<br>
"HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters"<br>
the actual value I want is "NameServer"<br>
<br>
Can anyone shed some light on this?<br>
<br>
Oddly enough, I can manually change the entry to which I was programatically denied access (using regedit).<br>
<br>
The key I'm trying to retrieve is:<br>
<br>
"HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters"<br>
the actual value I want is "NameServer"<br>
<br>
Can anyone shed some light on this?<br>