Our Customers
Contact Us Email: support@barcodelib.com
Home > .NET Barcode > VB.NET Barcode Generation Guide > VB.NET Code 93 Barcode Generation Library
Download Barcode for .NET Suite Trial

Code 93 Barcode Generator Component in VB.NET

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.
  1. You just need to add "Barcodelib.Barcode.ASP.NET.dll" or "Barcodelib.Barcode.WinForms.dll" to your project and Visual Studio Toolbox.
  2. After that, you could generate a Code 93 image with those sample Visual Basic codes.
     Dim code93 As New BarcodeLib.Barcode.Linear()
code93.Type = BarcodeType.CODE93
code93.Data = "CODE93-123456789012"

code93.UOM = UnitOfMeasure.PIXEL
code93.BarWidth = 1
code93.BarHeight = 80
code93.LeftMargin = 10
code93.RightMargin = 10
code93.TopMargin = 10
code93.BottomMargin = 10
code93.ImageFormat = System.Drawing.Imaging.ImageFormat.Png

' More barcode settings here

' Produce barcode image into your system
code93.drawBarcode("c:/code93.png")

' Produce Code 93 barcode & output to byte array
byte[] barcodeInBytes = code93.drawBarcodeAsBytes()

' Produce Code 93 barcode to Graphics object
Graphics graphics = ...
code93.drawBarcode(graphics)

' Produce Code 93 barcode and output to HttpResponse object
HttpResponse response = ...
code93.drawBarcode(response)

' Produce created Code 93 barcode to Stream object
Stream stream = ...
code93.drawBarcode(stream)
Above Free Code 93 sample codes are written in Visual VB 2005
How to Generate Code 93 Image in ASP.NET Web Services
With our VB.NET Code 93 barcode generator dll, users could finish the encoding process in few steps.
  1. Right click "Add Reference..." in the Solution Explorer and add Barcodelib.Barcode.ASP.NET.dll to your project.
  2. Right click "Choose Item..." in Toolbox and integrate "Barcodelib.Barcode.ASP.NET.dll" into your Toolbox.
  3. Copy files "linear.aspx" & "linear.aspx.cs" from the folder "barcode" in the trial package to your web application folder.
  4. Drag "LinearASPNET" from the Toolbox and drop it on the split division.
  5. Customize barcode type to Code 93 in the Properties Window or generate Code 93 barcode with free VB.NET Code 93 creating codes.
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:
  1. Right click "Add Reference..." in the Solution Explorer and add Barcodelib.Barcode.WinForms.dll to your project.
  2. Right click "Choose Item..." in Toolbox and integrate "Barcodelib.Barcode.WinForms.dll" into your Toolbox.
  3. Drag "LinearWinForm" from the Toolbox and drop it on your .NET Windows Forms project.
  4. 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
VB.NET Linear Barcodes:
VB.NET Matrix Barcodes:
With our Code 93 VB.NET Barcode Generator dll, over 18 linear barcode symbolodies can be generated using VB.NET class: Codabar, Code 11, Code 2 of 5, Code 39, Code 93, Code 128, EAN 8, EAN 13, EAN 128, Interleaved 2 of 5, ITF14 (UPC Shipping Container Symbol), MSI Plessey, OneCode, Planet, Postnet, RM4SCC (British Royal Mail 4-State Customer Barcode), UPC-A, UPC-E.
With our Code 93 VB.NET Generator dll, major 2D barcode symbolodies can be generated using VB.NET class: Data Matrix, PDF417, QR Code.





Provides High Quality .NET Barcode, ASP.NET Web Barcode, Visual C# Barcode, Visual Basic.NET Barcode, .NET WinForms Barcode, Code 93 .NET Control, Code 93 VB.NET Control, Code 93 C# Control, Code 93 ASP.NET Control, Code 93 Barcode Generator Controls for .NET Windows Forms, .NET SSRS, Crystal Reports, and RDLC Reports.