Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 860 Bytes

File metadata and controls

27 lines (19 loc) · 860 Bytes

HTML Renderer

Originally hosted on CodePlex

The rich formating power of HTML on your WinForms applications without WebBrowser control or MSHTML.

The library is 100% managed code without any external dependencies, the only requirement is .NET 2.0 or higher.

Demo

Features

  1. 100% managed code.
  2. No external dependencies.
  3. Single and small dll (250K).
  4. Supports .NET 2.0 and 3.0, 3.5, 4.0 client profile.

What it is not *

Installing

  1. Download the binaries.
  2. Reference the proper .NET release (2.0, 3.0, 3.5, 4.0, 4.5) in your project.

Usage

  1. Drag-n-drop HtmlPanel, HtmlLabel or HtmlToolTip from the Toolbox.
  2. Set the Text property with your html.