Click here to Skip to main content
15,896,278 members
Articles / Desktop Programming / Windows Forms

A Professional HTML Renderer You Will Use

Rate me:
Please Sign up or sign in to vote.
4.91/5 (205 votes)
29 Jan 2009BSD4 min read 757.4K   23.4K   531  
100% managed code that draws HTML on any device
<html>
	<head>
		<title>About</title>
		<link rel="Stylesheet" href="property:Html_Demo.Bridge.StyleSheet" />
	</head>
	<body>
	<h1>About</h1>
	<blockquote>
	   <p>2009 Jose Manuel Menendez Poo</p>
	   
	   <blockquote>
	   <p class="gray">The code is under the GNU GPL license. If you use the code on a comercial application, please give me credit for the HTML Render code and link to my site.</p>
	   </blockquote>
	   
	   <p>For updates and fixes goto <a href="http://www.menendezpoo.com">www.menendezpoo.com</a></p>
	   <p>Help support the project by <a href="http://www.menendezpoo.com/donations.php">donations</a>.</p>
	   <hr />
	   <p>Thanks for the HTML highlighting code on the demo app to <a href="http://www.codeproject.com/KB/cs/RTFSyntaxColour.aspx">Alun Evans</a></p>
	</blockquote>
	</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Product Manager
United States United States
- I've been programming Windows and Web apps since 1997.
- My greatest concern nowadays is product, user interface, and usability.
- TypeScript / React expert

@geeksplainer

Comments and Discussions