|
-
Nov 11th, 2002, 09:32 AM
#3
Four ways:
1) Write your own code. This means getting to know the winsock library very well and is in general a LOT of work. But it is the only way you really "create your own browser".
2) Embed IE in your app. A lot of COM, but far less work. MFC does the most work for you if you want to use it.
3) Embed Mozilla. More work than embedding IE, but I like Mozilla better . Embedding Mozilla is described at mozilla.org
4) Create your own derivate of Mozilla. There are several projects like this, e.g. Phoenix or Chimera. Much more work than embedding, but much less than writing from scratch.
I can't think of any other ways.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|