Does the webbrowser require IE installed on client

2019-07-22 11:28发布

I was just wondering whether any version of I.E. must be installed on the client machine when deploying an application that uses the webbrowser control (target .net 2 platform)

Thanks

4条回答
Summer. ? 凉城
2楼-- · 2019-07-22 11:52

The webbrowser control do require IE present on the machine as it requires MSHTML.

查看更多
再贱就再见
3楼-- · 2019-07-22 11:55

Yes, it does - but every windows computer has IE preinstalled.

查看更多
不美不萌又怎样
4楼-- · 2019-07-22 12:02

When you use the "Add/Remove Windows Components" applet to "remove" Internet Explorer, it removes the iexplore.exe entry point but leaves all of the components of the Web Browser Control installed. Those components are a critical part of windows and cannot be uninstalled.

Having said that, if the user does remove Internet Explorer using this option, there can be problems with Web Browser Controls that try to spawn new windows. Please see http://blogs.msdn.com/b/ieinternals/archive/2009/06/19/making-the-web-browser-control-launch-the-default-browser.aspx

查看更多
\"骚年 ilove
5楼-- · 2019-07-22 12:17

Yes, the webbrower control uses mshtml.dll which is provided by Internet Explorer.

查看更多
登录 后发表回答