Barcode .NET > Barcode in .NET
Barcode Generator for .NET WinForms
.NET WinForms Control to Integrate Linear and 2D in Windows Forms
Fully written in C#.NET, this Barcode generator helps you add dynamic Linear and 2D barcode images into .NET WinForms applications. High quality barcode images could be generated and printed with C# .NET and VB .NET codes.
- 100% managed code with strong name
- Fully integrate in C#, VB.NET, Managed C++ and Delphi for .NET
- Support barcode generation in Windows Forms applications, Class Library, Console Application, Windows Control Library and Crystal Reports Application
- Supports data-binding scenarios
- Checksum digit and human-readable text could be enabled or disabled
- Barcode orientation support (0, 90, 180, 270 degrees)
- Properties including X, Y-dimension, wide-to-narrow ratio, margin size of the barcode are allowed to be customized
- Support high quality JPEG, GIF, BMP, PNG, and TIFF formats
- Compatible with latest barcode standard
System Compatibility
- Complete integrated with .NET Framework 2.0, 3.0, and 3.5 or greater
- Support Linear and 2D barcodes generation in with Visual Studio 2005, 2008 and 2010
- A high level of scalability with operating system like Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003 and Windows XP are supported by .NET WinForms library
Install Barcode Generator for .NET WinForms
- Download the IntelliSide trial package and unzip it
- Placing the Barcode.WinFroms.dll to your local folder where you needed (Do not copy dll to .NET bin directory; Visual Studio build tools will do it for you)
- Open your C# or VB project in Visual Studio, and then add the linear barcode generation dll to project reference
- Add Barcode Generator items to Visual Studio Toolbox Palette
Generate 1D& 2D Barcodes with .NET WinForms Barcode Generator
.NET WinForms Barcode Generator supports different implementation methods to create barcodes.
Generate 1D& 2D in in VB & C#.NET Classes
- Download the barcode generation dll folder then unzip it
- Copy the barcode generation dll and its contents to your local folder where you needed
- Add barcode generation dll to your Visual Studio project reference
- Right click the form and choose (View Code) in the list. You could create barcodes by adding C# or VB code
Barcode Generation in C#
using IntelliSide.Barcode.Bean; BarCode barcode = newBarCode(); code.Symbology =Symbology.UPCA; code.Data = "01234567891"; code.draw("...\upca_csharp.gif")
Barcode Generation in VB.NET
Dim barcode IntelliSide.Barcode.Encoder.ClassLibrary.BarCode = New IntelliSide.Barcode.Encoder.ClassLibrary.Barcode barcode.Symbology = IntelliSide.Barcode.Encoder.ClassLibrary.Symbology.UPCA barcode.Data = "01234567891" barcode.draw("...\upca_vb.gif")
Drag and Drop Barcodes to VB & C#.NET Form
- Download the UPC-A barcode library SDK and unzip it
- Copy the generation dll to your VB or C#.NET project folder after the installation
- Open your C# or VB .NET project in Visual Studio
- Right click Toolbox in Visual Studio then click (Choose Item) button in the menu. Click button (Browse) in the Choose Toolbox Items dialog
- Choose the .NET WinForms barcode dll, then click (OK) button
- Now you could find the linear barcode item in the (Component) section of the Tools Palette
- Drag and drop the barcode item in the toolbox to your .NET Windows Form
- Double click the UPC-A barcode image in the forms
- Simply using C# or VB code to generate the barcode and changing properties
|