I have a windows based application and I am generating an HTML email message and would like to display it formatted so that my users can preview it before sending it. I need it to be on a windows form because I have some other controls I want to have on the Preview screen I create.
I will also need to be able to search the formatted text for key terms to enable or disable other controls.
Any suggestions?

2 answers
Best thing I can suggest u is "WebBrowser" control. but I'm not happy with it, too many shortcums.
answered one year ago by:
412
Yes, the WebBrowser control was my first thought as well though gsvirdi's right that it's not very flexible.
As an alternative, check out the custom HTML rendering controls in this article.
answered one year ago by:
17279
412
This HTML renderer looks interesting. But I have to first finish reading Office.Interop thing....
196
I'm downloading the demo now but it looks like it is EXACTLY what I was looking for. thanks Vulpes!!!