I have stored procedue that generates an email. The user needs the ability to view (no editing) the email prior to sending it. I can bring the email back to my app as a string with the html codes and I want to be able to display the string in a text
box or a rich text box, but neither will format correctly. I have replaced the '[' with '," and ']' with '.'. I was able to do this in vb6 by using a WebBrowser on a form.
How do I convert the string (to html), so that it will display correctly? like it will when it's emailed. (show bold, colors......)
Thanks in advance
Dan Plocica
Dan1104