问题描述
我在C#和.NET编程初学者,我想知道我是否可以使用Mozilla的Firefox作为WebBrowser控件实例的浏览器,默认web浏览器控制使用Internet Explorer。
I am beginner in c# and .net programing and I want to know whether i can use Mozilla Firefox as instance browser of webBrowser control, as by default webBrowser control use Internet Explorer.
推荐答案
借助使用Gecko排版引擎提供的ActiveX开发一个完全可编程的HTML和XML渲染控制。
The Mozilla ActiveX Control uses the Gecko layout engine to deliver a fully programmable HTML and XML rendering control for ActiveX developers.
该API类似于Internet Explorer的ActiveX控件,因此它保持了高度的兼容性。
The API is similar to the Internet Explorer ActiveX control so it maintains a high degree of compatibility.
壁虎是相同的引擎,权力的Mozilla,Mozilla Firefox浏览器
Gecko is the same engine that powers Mozilla, Mozilla Firefox
这篇关于嵌入到Firefox的.NET控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!