For all those in need it's your friend indeed! This is the code to display HTML pages in a Web Browser.
'WebBrowser must first navigate to a HTML file.
WebBrowser1.Document.Open
WebBrowser1.Document.Write rtfEdit.Text
WebBrowser1.Document.Close
Stay tuned to find out how to display ASP pages.
Holla!!!


Reply With Quote