4
Reply

Displaying HTML on a C# Windows Form.

Kassem Sandarusi

Kassem Sandarusi

Feb 19 2011 9:12 PM
9.3k
Hello I was wondering how I would be able to display an html document without using webbrowser. The main reason why I don't wanna use the webbrowser is all I am using it for is like a changelog because I am creating an updater.

The problem with the webbrowser is it feels just way to bulky for my program in the sense that it encapsulates IE and I really just prefer a simple html reader. The only thing the html reader needs to read is text, I would just prefer html vs. txt because html offers you some decent formatting.

Answers (4)