1.

Solve : how to make a simple web browser in c++?

Answer»

Hi,
I was wondering how to make a SIMPLE web BROWSER using c++.

thanks in advance.

batchmaster60 why reinvent the wheel??? There are MANY available already...!!!

?

see here as example...

http://www.dillo.org/

I have a vb book which tells you how to make one based of ie Quote from: computeruler on July 28, 2009, 05:17:27 PM

I have a vb book which tells you how to make one based of ie

It takes like five seconds.... add it to the COMPONENTS dialog and plop one on the FORM.... then write one line of code to .navigate2() to the starting address.

However he asked how to write a Webbrowser, not glue one together.

The main problem here is that he has just started using C++ and hasn't a clue how to create windows programs or how to do networking, or graphics, or in fact a number of necessary skills for creating a web browser.

Even the control method would require the ability to work with COM components and create windowed applications.
Quote from: batchmaster60 on July 28, 2009, 01:33:34 PM
Hi,
I was wondering how to make a simple web browser using c++.

thanks in advance.

batchmaster60

Do your own homework.


Discussion

No Comment Found