HELP!!!

Sep 16, 2012 at 1:02pm
PLEASE SOMEONE HELP ME TO WRITE A PROGRAM FOR A SIMPLE WEB BROWSER> THX!!!! :):):)
Last edited on Sep 16, 2012 at 1:03pm
Sep 16, 2012 at 2:44pm
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.
Sep 16, 2012 at 3:26pm
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.
Sep 16, 2012 at 8:47pm
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.