I'm experimenting with MySQL Database connection and modification right now. In my database I have an ArticlesTable which contains hundreds of HTML formatted articles. When I load the contents of these into a RichTextBox, I don't get what I assumed I would get. None of the font-formatting tags are Displayed 'Richly'.

Am I missing the true use of the RichTextBox? If not, how can I get the HTML rendering-results that I'm looking for?

Actually, I would like to have a box like this that I'm typing in if possible

Jonathan