Hi,

I'm developing an VB.NET interface to a RSS feed.

I need to convert the output of a Rich Text Control (bolds, italics,
links,...) witch is in RTF format to HTML format in order to feed a remote
RSS form.
Does anyone know how to do that?

Do I need to use a 3rd party component to do the job?

Thanks in advance.

-- MC

Re: From RTF to HTML by Bill

Bill
Tue Apr 20 12:20:42 CDT 2004

You will need a 3rd party tool to do this. If it's an option you may get
better results and save some trouble by using an HTML text box instead of
using the RTF box.

"MC" <manuelc@factordigital.com> wrote in message
news:40854508$0$25967$a729d347@news.telepac.pt...
> Hi,
>
> I'm developing an VB.NET interface to a RSS feed.
>
> I need to convert the output of a Rich Text Control (bolds, italics,
> links,...) witch is in RTF format to HTML format in order to feed a remote
> RSS form.
> Does anyone know how to do that?
>
> Do I need to use a 3rd party component to do the job?
>
> Thanks in advance.
>
> -- MC
>
>