C# LCD label

C# LCD label control

This is a conversion of a Delphi LCD label control that I found eons ago, for use in Windows Forms, UWP and WPF applications. The original author was somebody called Peter Czidlina, but I have no contact details for him to say thanks or to find out licensing terms but I assume it was open source, hence so is this.

Windows Forms version

Download the assembly (built for .NET Framework 2)

Download the source (VS 2010 project but it should be easy enough to port to earlier versions)

Read the documentation

To add the control to your project, first unzip the ZIP file.
Then, in Visual Studio, open the Toolbox panel, right click and select 'Choose items...'.
Then click 'Browse...' and find the extracted DLL and select that and press 'Open'.
The control should be added to the Toolbox and available to add to your project

UWP version

C# UWP LCD label control

Download the source (VS 2015 project)

WPF version

C# WPF LCD label control

Download the assembly (built for .NET Framework 3.5)

Download the source (VS 2010 project but it should be easy enough to port to earlier versions)