blah blah blah is here! blah blah » Close

up1down
link

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?

last answered 3 months ago

2 answers

up1down
link

Best thing I can suggest u is "WebBrowser" control. but I'm not happy with it, too many shortcums.

up2down
link

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.

gsvirdi
396

This HTML renderer looks interesting. But I have to first finish reading Office.Interop thing....

I'm downloading the demo now but it looks like it is EXACTLY what I was looking for. thanks Vulpes!!!

Feedback