Hi,
I wonder if anyone here knows how to convert html code into rich text using Visual Basic?
Printable View
Hi,
I wonder if anyone here knows how to convert html code into rich text using Visual Basic?
why don't you for the webbrowser control?
There is no magic conversion unfortunately. Unless you can find a third-party component that will do the job for you you would just have to do it yourself, i.e. parse the HTML and write out the equivalent RTF markup. MAYBE you could do it with MS Word, i.e. Open an HTML file and Save As an RTF file.