Use latest version of Internet Explorer in the webbrowser control

后端 未结 13 1435
长发绾君心
长发绾君心 2020-11-21 23:29

The default version of the webbrowser control in a C# Windows Forms application is 7. I have changed to 9 by the article Browser Emulation, but how is it possible t

13条回答
  •  误落风尘
    2020-11-22 00:06

    Rather than changing the RegKey, I was able to put a line in the header of my HTML:

    
        
            
            
    
            
        
        ...
    
    

    See Web Browser Control & Specifying the IE Version.

提交回复
热议问题