Skip to content

havlenapetr/HTMLRenderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and .NETCF 2.0 and 3.0, 3.5 or higher.

What it is not *

NuGet package install

  1. PM> Install-Package HtmlRenderer.WinForms
  2. Or from NuGet UI

Manual install

  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. Add HtmlRenderer to Visual Studio Toolbox (drag-drop the dll on it).
  2. Drag-n-drop HtmlPanel, HtmlLabel or HtmlToolTip from the Toolbox.
  3. Set the Text property with your html.

About

Have the rich format power of HTML on you desktop applications without WebBrowser control or MSHTML.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%