Are there any examples of using XULRunner to embed browser control in an application? (preferably in c or C ++ for native win32 applications)
I tried QT, wxWidgets, Awesomium, built-in Chrome, LLmozLib, midori and Embedding / NewApi / Win32
The best is wxWebConnect (which is part of the wxWidgets framework). Why donβt you need the entire mozilla code base to create it, and the actual browser control is perfect, as in plugins, everything is displayed correctly (gmail, youtube, etc.).
So what is my problem or question? Well, wxWebConnect uses XULRunner to embed a browser control, my application is a native win32 application, not a wxWidgets application. I searched the net to find another example of how to use XULRunner to embed the gecko browser in win32 native applications ... no luck!
Does anyone know of projects / code that just use XULRunner and don't require the entire Mozilla source tree?
Thanks.
source share