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)