joe_pool_is
Contributor
I'm looking for a simple control (like a Text Box or Rich Text Box) to display formatted HTML in.
What I am creating is an email viewer for our server. Someone selects the message, and its Message Body will be filled into the control.
The closest thing I can find (in Visual Studio 2005) is the WebBrowser control - but I don't want to give the browser a file to display. I simply want a way to show HTML formatted text (tables, unordered lists, hyperlinks, etc.).
Has anyone done something like this? What could I look into as far as research goes?
What I am creating is an email viewer for our server. Someone selects the message, and its Message Body will be filled into the control.
The closest thing I can find (in Visual Studio 2005) is the WebBrowser control - but I don't want to give the browser a file to display. I simply want a way to show HTML formatted text (tables, unordered lists, hyperlinks, etc.).
Has anyone done something like this? What could I look into as far as research goes?