Registry.GetValue : Registry « Microsoft.Win32 « VB.Net by API






Registry.GetValue

  
public class Test
   public Shared Sub Main
        Console.WriteLine(My.Computer.Registry.GetValue("HKEY_CURRENT_USER\Software\yourname\subname\","PromptOnExit", "0"))

   End Sub
End Class

   
    
  








Related examples in the same category

1.Registry.CurrentUser
2.Registry.SetValue