JaedenRuiner
Well-known member
- Joined
- Aug 13, 2007
- Messages
- 340
- Programming Experience
- 10+
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
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
Last edited: