Display HTML content

I am making a simple browser, that parses and displays the HTML code on a form. I don't want to use any browser controls or anything because some are crap and I want to do it myself for fun.

How would I display the HTML on a form? Would I have to make a custom control or something?
Last edited on
Browsers render the content as a big bitmap. So good luck with your project.
you mean they draw everything, like a picture???
Topic archived. No new replies allowed.