Can anyone tell me or send me some samples, how to convert RTF to HTML files in visual basic
Printable View
Can anyone tell me or send me some samples, how to convert RTF to HTML files in visual basic
Well as far as I know, You'd have to use HTML code in your RichTextBox. Use it like you would any other HTML page. For instance if I were writing an HTML document in NOTEPAD, I'd write out all the proper code, and then simply save it as an .html file.