Mozilla activeX control - Rudolf Henning

Rudolf Henning

Today is a good day to learn. BizTalk and C# is my food...other than real food...

Development

General

Hardware

Other blogs

Mozilla activeX control

For those looking for an alternative to the MS web browser control to use inside windows applications there is hope in the form of an embedded control that is using the mozilla brower engine. Check it out, it actually implements exactly the same interfaces as the MS web browser control and thus u can literally just replace the activex control in ur apps with the mozilla one without changing any other source code.

http://www.iol.ie/~locka/mozilla/control.htm

Just one point to remeber is that ur connection settings like proxy etc must be specified in a 'prefs.js' file located in the 'C:\Program Files\Mozilla ActiveX Control v1.7.1\defaults\pref' directory. The file u can just plain copy from ur Firefox directory as is.

Now I'm considdering using this in the Dark throne browser... Only problem is one of distribution as it obviously is not automatically available on most pc's while the IE engine is there by default *cough*

 

Posted: Mar 16 2005, 11:58 AM by rudolf | with 2 comment(s)
Filed under:

Comments

TrackBack said:

ActiveX support in Firefox is available (click on link). This may make it possible if you're using ActiveX but don't want to use IE.
# March 27, 2005 10:31 PM