如何将Internet浏览器从Internet Explorer 7更改为Visual Basic中的较新版本

时间:2019-02-11 16:28:05

标签: vb.net visual-studio internet-explorer

Visual Basic中的Internet浏览器是Internet Explorer 7.如何将版本更改为较新版本?我在google上搜索但没有任何效果。这是我尝试过的内容。建议的答案在c#中。对我没有帮助

Dim AppName = IO.Path.GetFileName(Application.ExecutablePath)
     My.Computer.Registry.CurrentUser.CreateSubKey("SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\FeatureControl")
      My.Computer.Registry.SetValue("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\FeatureControl", AppName, "1000", Microsoft.Win32.RegistryValueKind.DWord)

0 个答案:

没有答案