I want to show html contents in my form. I tried to it with rich text box.
rtBox.Text = body;
but it fails.
How to show html contents in RichTextBox? I am using VS 2008.
If you've got HTML content, you could use the WebBrowser control - otherwise you will have to convert the HTML to RTF to render in the RichTextBox
WebBrowser
1.4m articles
1.4m replys
5 comments
57.0k users