.NET Barcode for Windows Forms (WinForms)

  • Generate barcode in .NET Windows Forms applications
  • Generate barcode in .NET class & console applications
  • Generate barcode using .NET Barcode Generator Windows Control
  • High quality barcode image generation in Gif, Jpeg, Png, Bitmap.
  • Complete developer guide for you in C# & VB.NET
  • Compatible with latest barcode symbology ISO Standards
  • Mature barcode generating components used by 1000+ clients

Quick jump:      Features     |     Version Comparison     |     Download     |     Tutorial     |     License & Prices



OnBarcode.com .NET Barcode for Windows Forms is the most flexible and powerful .NET Windows Forms Component (.NET dll Class Library) which lets you to easily and simply add advanced barcoding generation and printing features to your .NET Windows applications.

    .NET Barcode for Windows Forms is part of .NET Barcode Suite, which includes:

  1. .NET Barcode for ASP.NET
  2. .NET Barcode for WinForms
  3. .NET Barcode for Reporting Service
  4. .NET Barcode for Crystal Reports
 

.NET Barcode Generator for WinForms Features

.NET Barcode - Barcoding

"I really appreciate your prompt response and thank you so much on the wonderful solution!"

- De Luca, Germany

.NET Barcode - Technology

  • Written 100% in C#.NET 2005

  • Strong named assemblies for .NET 2.0, 3.0, 3.5 & later versions

  • Easy to use in VB.NET, C#, Managed C++ and Borland Delphi for .NET

  • ASP.NET Web Service support

  • Windows Forms Data-Binding support

  • Draw barcodes in image files as well as in the memory

.NET Barcode - Requirement, Installation & Deployment

  • Support .NET 2.0, 3.0, 3.5 & later version

  • Simple Xcopy Deployment

  • Royalty Free Redistribution

.NET Barcode - Development

  • Windows Forms Application (design-time and runtime support)

  • Console Application (runtime support)

  • Class Library (runtime support)

  • Windows Service (runtime support)

.NET Barcode - Imaging

  • Allow the barcode object to be saved as an image such as GIF, BMP, PNG, JPEG and TIFF file to a specified file name.
 

.NET Barcode Generator for WinForms Version Comparison

Barcode Generation .NET Barcode Suite .NET Barcode
for
ASP.NET
.NET Barcode
for
WinForms
.NET Barcode
for
Reporting Service
.NET Barcode
for
Crystal Reports
in .NET class
in Console applications
in ASP.NET WebForms
in .NET WinForms
in Reporting Service
in Crystal Reports for .NET

 

.NET Barcode Generator for WinForms - Download

Before download the free evalucation package, please read ONBARCODE Evaluation License Agreement

Download .NET Barcode for WinForms Evaluation Version (zip file about 100kb)

.NET Barcode Generator for WinForms - Barcode Generation Tutorial

(View .NET Barcode Generation for Windows Forms Tutorial)

How to generate bar codes using .NET Barcode WinForms Controller?

  1. Add OnBarcode.Barcode.WinForms.dll to C# or VB.NET project reference

  2. Add .NET Barcode to .NET Visual Studio Toolbox

    1. Right click .NET Visual Studio Toolbox, select menu Choose Items...

    2. In "Choose Toolbox Items" form, click button "Browse...", and select dll OnBarcode.Barcode.WinForms.dll

    3. After selection, you will find four items under "Components" section: LinearWinForm, DataMatrixWinForm, PDF417WinForm, and QRCodeWinForm.

How to draw barcode in C# class using C#.NET?

First add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to .net project reference
Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE39;
barcode.Data = "0123456789";
barcode.drawBarcode("C://code39.gif");

How to generate barcode images and encode into GIF, JPEG, PNG formats?

Linear barcode = new Linear();
barcode.Type = BarcodeType.CODE128;
barcode.Data = "0123456789";
barcode.drawBarcode("C://code128.gif");


Quick jump:      Features     |     Version Comparison     |     Download     |     Tutorial     |     License & Prices



All .NET Barcode Generator Components:
.NET Barcode Suite     |     .NET Barcode Generator for ASP.NET     |     .NET Barcode Generator for Windows Forms
.NET Barcode Generator for Reporting Service     |     .NET Barcode Generator for Crystal Reports