A place for discussion and posting about current and past VB projects, and really any other thing i want.
Dim pRegKey As RegistryKey = Registry.CurrentUser pRegKey = pRegKey.OpenSubKey("Software\\Microsoft\\Internet Explorer\Main", True) 'Dim val As Object = pRegKey.GetValue("Display Inline Images") pRegKey.SetValue("Display Inline Images", "no")
Post a Comment
No comments:
Post a Comment