Posts by jnmoura • 43 points
3 posts
-
1
votes1
answer160
viewsQ: Access 64-bit key in Windows Registry through 32-bit application
I need to get information related to the network to list in an application I’m doing, but I have a problem accessing the Registry Windows because of project preference. Path: Right-click the class,…
-
1
votes2
answers462
viewsA: How to read a value from a Registry key
I left it that way: Private Sub ObterTipoDaRede() Dim pRegKey As RegistryKey = Registry.LocalMachine pRegKey = pRegKey.OpenSubKey("SOFTWARE\Microsoft\Windows…
-
2
votes2
answers462
viewsQ: How to read a value from a Registry key
I’m trying to get a value from the registry key but the value returns empty, someone has another way to get the value from the registry key? Follow the code in VB.NET Private Sub ObterNomeDeRede()…