C# how to show html contents with richtext box in winforms
- by Royson
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 rich text box..??
Note: i am using VS-2008 2.0