.NET WinForms Barcode Generator DLL Tutorial
Generating & printing linear, 2D barcodes using .NET Barcode Generator Windows Forms Control
"Your WinForms SDK is a great product among the toolkits I've tried. And it works well on client-side also."
- Ethan Rimes, UK
.NET Windows Forms Barcode Generation Integration Guide & Tutorial
- Easy to generate barcodes by drag and drop .NET Barcode Generator Windows Control
- Generate barcodes in .NET Windows Forms applications
- Generate barcodes in .NET class & console applications
- Printing barcodes in Crystal Reports for .NET Windows Forms applications
- Completely coded in C#.NET
- Supports .NET Framework 2.0, 3,0, 3,5, 4.0 and 4.x
- Supports .NET Core 2.1, 3.1, .NET 5, .NET 6, .NET 7
- Compatible with the latest barcode symbology ISO/IEC & GS1 Standards
- Mature & reliable .NET Barcode Generating Components Library since 2004
.NET Barcode Generator Windows Forms Control is a reliable and lightweight
.NET barcode generator component for Window Forms application (.NET dll Class Library) which lets you to easily generate and print linear & 2D bar codes in your .NET Windows Forms projects.
Install .NET Barcode Generator Windows Form Control to .NET Projects
Top
.NET Barcode Generator Windows Form Control is built on C#.NET 2005. It is compatible with Microsoft C#.NET, VB.NET, Borland Delphi for Microsoft .NET, Visual Studio .NET Framework 2.0 or later version.
Install
- Download the trial package and unzip.
- Copy OnBarcode.Barcode.WinForms.dll to your .NET project folder.
Note that you don't need to copy dll to .NET bin directory as .NET build tools will do it for you. - Add OnBarcode.Barcode.WinForms.dll to .NET project reference.
Add .NET Windows Form Control to .NET Visual Studio Toolbox
- Right click .NET Visual Studio Toolbox, select menu Choose Items...
- In "Choose Toolbox Items" form, click button "Browse...", and select dll OnBarcode.Barcode.WinForms.dll.
- After selection, you will find four items under "Components" section: LinearWinForm, DataMatrixWinForm, PDF417WinForm, and QRCodeWinForm.
Drag & Drop Barcode Generator Control to .NET Windows Forms
Top
To print linear and 2D barcodes on .NET Windows Forms directly, you need use OnBarcode
.NET Barcode Generator Windows Forms Control.
- Install .NET Barcode Generator Windows Forms Control.
- Add .NET Barcode Generator Windows Forms Control to your Visual Studio ToolBox.
- Drag and drop "LinearWinForm" to your Windows Form.
- Run the Windows application to view the barcodes generated on the form. To customize barcode settings, view each barcode types property settings below.
Generating & Printing Linear, 2D Barcodes in .NET Classes
Top
You can use the component to generate barcodes in your .NET class directly.
- Add OnBarcode.Barcode.WinForms.dll to .NET project reference.
- Use the OnBarcode.Barcode.Linear class to generate linear barcodes in your C# or VB.NET class. To generate 2D barcodes, use class OnBarcode.Barcode.DataMatrix for Data Matrix barcode, OnBarcode.Barcode.PDF417 for PDF-417 barcode, OnBarcode.Barcode.QRCode for QR Code barcode.
- Add the following C# code to your .NET class:
Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE39;
barcode.Data = "0123456789";
barcode.drawBarcode("C://csharp-barcode-code39.png");
.NET WinForms Barcode Generator Supported Barcode Types
Top
Barcode Library for .NET WinForms - Bar Code Types Generation