Converting HTML to readable RichText

O

O-('' Q)

Hi all.

Is there a way to convert HTML to a readable format (i.e., like looking
at a web page) inside a richTextBox component?

Any help/samples/shoves in the right direction would be very helpful
and very much appreciated.

I am using VS2005/C#.NET to make this app.

Thanks in advance,

-- Kirby
 
N

Nicholas Paldino [.NET/C# MVP]

Kirby,

If you have HTML, why not use a web browser control to display the
contents?

If not, you can use Word (programatically) to convert the HTML to RTF.

Hope this helps.
 
O

O-('' Q)

There goes my lack of detail in lieu of a quick answer deal again. :)

Basically, I am downloading email from my mail server and it is
sometimes in HTML format. This is what I would like to display, if
possible. I am not sure how I would show this in the webBrowser
component at all. If you can shed some light on the use of this
component, I would truly appreciate it.

Thanks for your answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top