Hi,

I currently save updated data to a text file formatted in HTML using StreamWriter. The file is named PP.Html. I use the Web Browser control to load PP.Html and display the updated information. Is there away in VB.Net to save the file to a MemoryStream and Load it with the Web Browser control? If so, please provide an example. I've searched but only find examples on saving images to MemoryStreams.

Any help is appreciated.....