I would like to embed mozilla firefox into my application WITHOUT using any activex control (TWebBrowser wrapper, mozilla ActiveX…). I tried using TWebBrowser (actually bsalsa’s embedded webBrowser wich is by far better), but all versions of IE seem incompatible with some features of popular javascript framework and libs (JQuery, ExtJS…).
My question is : can I call firefox’s Exe from my application (is it possible with DDE or OLE) and above all SHOW IT inside my app using a TFrame or anything similar ?
waiting for your suggestions
Regards, M
You’ll need to clean up the code a bit and work out how you’ll “talk” to Firefox.
But here is how you can embed any app inside a Delphi form.
DFM File
main.pas file