Jump to content
Xtreme .Net Talk

Recommended Posts

  • Administrators
Posted

I'm not aware of any tutorials on creating a browser there are a few open source ones out there - Mozilla or Amaya are two that spring to mind. However these are written in C/C++ rather than .Net.

Creating a browser from scratch is not a trivial task though, as well as simple HTML parsing and rendering you will also need to conform to several RFC, implement client side scripting, support several 'flavours' of HTML and DHTML, deal with image display (in several formats), possibly Java / Flash (or a general plugin format) support and CSS handling. This is not an exhaustive list but just the features that are expected of a modern browser.

 

Is there a particular reason you need to create a web browser or is this more of a learning exercise? If a learning exercise then you could probably trim the feature set back a bit to simplify the learning experience.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

  • 4 weeks later...
Posted

You can and it's better, make your navigator BASED ON the WebBrowser Component (which uses IE6). It's faster but the user must have IE6 installed in it computer!

 

Good Luck for coding your HTML Engine :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...