(Problem Solved) How to display webpages offline in Web Browser
For all of you in need it's your friend in deed! Here is the code to display Web Pages offline in a Web Browser control:
'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 offline!
HOLLA!!!!!!!
NOTE: This should work with any type of text box. Sorry about the other two post I didn't know if they went through becuase they didn't show up.