Use Free VB.NET Code to Generate Code 93 Barcode in VB.NET Class
Latest Code 93 barcode generator component for VB.NET Class applications
Having been used by more than 1000 professional VB.NET programmers
Also suitable for those who has little knowledge about Code 93 barcode creation in VB.NET
Generate Code 93 barcode in VB ASP.NET & Windows Forms projects within few steps
Suitable for other popular 1D barcode symbologies, like Code 128
Suitable for major 2D barcode types, including Data Matrix and QR Code
General Information about VB.NET Code 93 Barcode
Code 93 is an alphanumeric linear (1D) barcode type. When first interacting with this barcode, people always get a little confused with another linear barcode - Code 39. Actually, Code 93 can be counted as a compressed form of Code 39. It exists as a complement to Code 39.
But different from Code 39, Code 93 is continuous and can encode 4 more characters (($), (%), (/) and (+)). Besides, Code 93 always has two checksums, which, in turn, enhances its data security.
How to Generate Linear Code 93 Barcode Using VB.NET Class
The generation of Code 93 barcode in VB.NET class is similar to that of other linear barcode, like Code 39.
You just need to add "Barcodelib.Barcode.ASP.NET.dll" or "Barcodelib.Barcode.WinForms.dll" to your project and Visual Studio Toolbox.
After that, you could generate a Code 93 image with those sample Visual Basic codes.
Dim code93 AsNew BarcodeLib.Barcode.Linear() code93.Type = BarcodeType.CODE93 code93.Data = "CODE93-123456789012"
How to Generate Code 93 in .NET Windows Forms Program
Our Code 93 bar coding generator dll makes it possible for users to generate a high-quality Code 93 barcode in just four steps:
Right click "Add Reference..." in the Solution Explorer and add Barcodelib.Barcode.WinForms.dll to your project.
Right click "Choose Item..." in Toolbox and integrate "Barcodelib.Barcode.WinForms.dll" into your Toolbox.
Drag "LinearWinForm" from the Toolbox and drop it on your .NET Windows Forms project.
Click the produced barcode image and change barcode type to Code 93 in the Properties Window or generate a Code 93 barcode with free VB.NET Code 93 creating codes.
Code 93 VB.NET Bar Coding DLL Supported Barcode Types