Click here to Skip to main content
15,923,389 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to open websites using Firefox browser control inside VC++ 6.0 MFC Application. currently i can open web page only using internet explorer.please give me solution for opening in Firefox browser control.(i do not want to open new window or another application)

What I have tried:

Mozilla ActiveX control[^]
i tried this Old active x control.but its not working for all web pages
Posted
Updated 9-Mar-18 0:36am

1 solution

I don't have a solution but some information about the topic.

Roll your own browser: An embedding how-to - Gecko Redirect 1 | MDN[^] explains old methods for embedding Firefox.

But using outdated methods which are not supported anymore or will not work in the future should be avoided. The above directs you to XULRunner | MDN[^]. But even that is not up-to-date.

As you can see there is actually no real support for embedding Mozilla. If you don't want to use IE you can use Chrome (chromiumembedded / cef — Bitbucket[^], GitHub - lmsp/SimpleCEFDLL: Simple CEF( Chromium Embedded Framework ) DLL[^] ) or have a look at Qt which provides the Qt WebEngine 5.10[^].

Finally you should think about using a recent Visual Studio version. They are free for personal use and even for small companies. So there is no need to use a 20 year old version from Windows 9x times.
 
Share this answer
 
Comments
Member 13717371 9-Mar-18 6:40am    
thanks for your suggestion..
Member 13717371 23-Mar-18 2:56am    
In Visual studio 2015 Is Any possibilities to use Firefox or Chrome web browser control inside the application.
Jochen Arndt 23-Mar-18 3:41am    
It does not depend on VS. All you need is an embedding framework for C++ as an unmanaged DLL.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900