.NET Barcode Generator
for WinForms Application in VB.NET
Winforms .NET Barcode Generation DLL
Barcode .NET WinForms > Barcode in .NET WinForms
VB Integration
Guide/Tutorial for Winforms Barcode Generator in VB.NET
Barcode Library for Winforms in VB.NET - Benefits

Linear & 2D Barcodes Generation in VB Class Library

It is possible to insert most popular linear and 2D barcod images into Windows Forms applications using Visual C#:
Barcode Library for VB.NET - Developer Guide
In this page, we provide you the detail information of how to use our barcode generator for VB.NET applications. This guide includes:

VB.NET Barcode Library in Visual Studio - Installation

  1. Download Aspper Barcode Trial and unzip it into dll form.
  2. Copy the Aspper barcode winforms dll to the project folder.
  3. Add Aspper barcode winforms dll to your project reference, in your .NET windows project, find solution explorer window and right click on the reference, click menu add reference, add the dll to your project reference.

How to Generate Barcodes in VB.NET Windows Applications

  1. Open your visual studio 2005/2008/2010.
  2. Find the toolbox in view menu and right click toolbox, select choose item.
  3. Find the .NET framework components tab, click browse, find the winforms dll, select it, and click ok.
  4. After the several steps, you will find the barcode winforms in your Toolbox under General menu.
  5. Drag and drop the barcode winforms or drag and drop a button to form.
  6. Double click on the barcodes or the button, the page turns to code page.
  7. Encode the barcode symbology and data to generate certain barcodes.

How to Generate Barcodes in VB.NET Class

  1. Add barcode VB.NET dll to your vb.bet project reference.
Dim barcode As Aspper.Barcode.Encoder.ClassLibrary.BarCode = New Aspper.Barcode.Encoder.ClassLibrary.BarCode
barcode.Symbology = Aspper.Barcode.Encoder.ClassLibrary.Symbology.Code93
barcode.Data = "AVAPOSE745"
barcode.BarcodeImageWidth = 175
barcode.BarcodeImageHeight = 50
barcode.X = 6
barcode.Y = 6
barcode.AutoResize = True
barcode.draw(".../code93.png")
Aspper.com provides powerful barcode generators to create barcodes in .NET application in Visual VB. Free trial package plus VB barcode codes are provided: