Hi, I want to make my own webbrowser like firefox or ie. I have to do this in vb6 because that is the only language I know. Basically I am planning to use Inet or something like that to get the html, then I plan to go through all the tags and display the page.

The problem I have is displaying the text/images/links. My plan was to print this on a page using "Print". Although I don't know how I can add a scroll bar, and when you print on a form it disappears when you minimize it. Is printing the best way to do this, or is there something better I can use?

Thanks