Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

It's a LED Display to show numbers simply by loading small icons.
It also consider 2 decimal digits.
You can use this as an example to show numbers in your program in a more "electronical" way.
Inputs
A number (from 0 to 999,99)
Assumes
You must use "," to separate decimal numbers, not "." For example enter 12,33 and not 12.33
The program anyway won't accept "." so you must use ","
Code Returns
A LED Display with the number entered
Download LED Display (4 KB)