View Single Post
  #1 (permalink)  
Old 10-07-2008, 10:58 AM
JaedenRuiner's Avatar
JaedenRuiner JaedenRuiner is offline
VB.NET Forum Master
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Aug 2007
Age: 30
Posts: 310
Reputation: 67
JaedenRuiner probably authored a book by nowJaedenRuiner probably authored a book by nowJaedenRuiner probably authored a book by now
Default HTML Display Component...

Is there a Base Component that merely displays HTML in formatted mode. Basically a WebBrowser component but without the "Web Browsing", if you catch my drift.

I'm working on a display feature for the formatted emails that are being transmitted by my application, and they are HTML formatted. I could use a WebBrowser component, but it has so much overhead for browsing and all I need is the HTML display capabilities.
<edit>:
Additionally, I'd preferably like one that can be Databound. Basically, the body of my emails are stored in database table field. It'd be nice to have a HTML Viewer that I can directly associate with that field (column) and thus I could scroll through the list of emails and the same as a DGV or bound textbox, the data would just show up visual as parsed HTML.

Thanks
__________________
Jaeden "Sifo Dyas" al'Raec Ruiner
http://www.wayoftheleaf.net/

Last edited by JaedenRuiner; 10-07-2008 at 11:10 AM.
Reply With Quote