Hi,

I want to do the following:

Form1 has a text box (Text1) and a command button (cmdPreview).

When the user clicks on cmdPreview, I want another form (Form2) to
pop up and show the text in Form1.Text1 as HTML in the browser
control on Form2. I don't need any URL capabilities, just the ability to
preview the contents of Form1.Text1 in html format. Also, I prefer to do this
entirely in memory without having to first write the contents of Form1.Text1 to
a text file and then loading it into the browser control..

Any help and examples would be greatly appreciated..

Dan