How to embed a browser object, other than IE, in a Delphi application

后端 未结 5 502
小蘑菇
小蘑菇 2020-12-04 10:29

Using the default TWebBrowser makes things easy to embed a web browser. Unfortunately the one that comes in by default is IE.

I\'m wondering how does one in

5条回答
  •  Happy的楠姐
    2020-12-04 10:51

    Edit: Lars beat me to it, unfortunately

    Well there is an ActiveX control based on the Gecko engine that tries to present an exact copy of the IWebBrowser API (which TWebBrowser uses).

    You can find it here: http://www.iol.ie/~locka/mozilla/control.htm Unfortunately it looks like it hasn't been updated in a while. The last version is based on Gecko 1.7.12 and I believe Gecko is currently up to 1.9.x (used in Firefox 3)

提交回复
热议问题