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?