C# LCD label

C# UWP LCD label control

This is a conversion of a Delphi LCD label control that I found eons ago, for use in UWP, Windows Forms 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.

UWP version

Download/view the source

Windows Forms version

C# WinForms LCD label control

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

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)