How to force a IE version in a Winform WebControl?

烂漫一生 提交于 2019-12-05 20:33:58

Actually it is possible to force the control to use particular version of IE. Have a look at this article: Witch version of browser is used by the WebBrowser control?

I don't think it's possible to do that. One option is to embed WebKit into your app: http://sourceforge.net/projects/webkitdotnet/

This will make your install a lot bigger, but at least you'll have embedded a competent browser. :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!