You can parse the text returned from RichTextBox1.rtf to find the rtf code for bold, and replace it with html tags for bold (<b> and </b>)
then put <html><head></head><body> tags before the text, and they corresponding closing tags after. save the file with a .htm extension.. you should be all set
this gets more complicated, of course, if you want to save color, bullets, etc.
Hopefully this helps, or at least points you in the right direction
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.