Hi,
I have a basic vb.net app.
The rich text box can be used to make text bold, italic, different colours etc.
On the form there is a save button.
When someone clicks this, I want to take the content of the rich text box but save it as HTML format.
Obviously rtbContent.text will not be formatted in html format. Is there any easy way to do this?
Start Free Trial