HELP!!!

PLEASE SOMEONE HELP ME TO WRITE A PROGRAM FOR A SIMPLE WEB BROWSER> THX!!!! :):):)
Last edited on
Download the source for Ice Weasel (open source browser based on firefox)

http://packages.debian.org/sid/iceweasel

If you have to build yours from scratch, use this as a guideline.
In windows the most simple way (this means few lines of code) is to use IWebBrowser2 COM interface, which gives you control over full engine of Internet Explorer inside your own window.

There are many web browsers out there that uses this trick, like AOL, Avant, etc. These are called "IE based web browsers" because uses Internet Explorer as rendering engine.
I was learning MFC tonight and happened to come across this:
http://msdn.microsoft.com/en-us/library/aa752046(v=vs.85).aspx
Topic archived. No new replies allowed.