Code 39 Barcode Generator for .NET Winforms

Robust and powerful barcode control to generate Code 39 in Windows Forms applications
.NET WinForms Code 39 Barcode Generator - Benefits
Support Development Environment
Code 39 Barcode Control enables to create, and print Code 39 barcodes in .NET Winforms applications, Microsoft Visual Studio, .NET Winforms Crystal Reports document, .NET Winforms class library & console applications.

.NET Barcode Generator SDK library includes ASP.NET Barcode Generator, C# Barcode Generator, VB.NET Barcode Generator, QR Code Generator .NET, QR Code Generator ASP.NET, QR Code Generator C#, QR Code Generator VB.NET, Code 39 .NET, Code 39 VB.NET, Code 39 ASP.NET, Code 39 C#.
Support Programming Language
This Code 39 Barcode Control can be used as strong-named and signed DLL that is completely developed in C#.NET and compatible with VB.NET, Managed C++, and Borland Delphi for .NET.
Rich Barcode Properties
It is easy to customize sample Code 39 barcode size by adjusting Code 39 module size. The generated Code 39 can be displayed as GIF, JPEG, BMP and PNG images or you can output Code 39 to Graphic, Bitmap and Stream .NET objects.
Support Code 39 Special Settings
Users are able to generate Extended Code 39 as well using Code 39 Barcode Library for Winforms. Start and stop character "*" is free to be showed or hidden in Code 39 symbol.
Support ISO Standard
Code 39 generation is strictly compatible with ISO / IEC 16388 (2nd edition 2007-05-15) with high readability.
.NET WinForms Code 39 Barcode Generator SDK - Overview
.NET Winforms Code 39 Barcode Library is a robust and mature .NET component to add barcode generating and printing features to Windows Forms Applications. Developers are easy to create barcodes using drop-and-drop implementation or using VB.NET/C# coding.
Code 39 Introduction
Code 39, also known as ANSI/AIM Code 39, ANSI/AIM Code 39, Uniform Symbology Specification Code 39, USS Code 39, USS 39, Code 3/9, Code 3 of 9, USD-3, LOGMARS, Alpha39, Code 39 Extended, and Code 39 Full ASCII, is an alphanumeric linear barcode symbology. It is a variable length, discrete barcode, which consists of a starting quiet zone, start character "*", encoded data, a stop character "*" and an ending quite zone.
.NET WinForms Code 39 Barcode Generator encodes:
  • Numeric Characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Uppercase letter: A-Z
  • Special characters: - (Dash), $ (Dollar), % (Percentage), (Space), . (Point), / (Slash), + (Plus)
.NET WinForms Code 39 Extension encodes:
  • Standard ASCII characters
.NET WinForms Code 39 Barcode Component - Code 39 Generation
Generate Code 39 Barcodes Using Drag-and-Drop Implementation
  • Download Terrek Trial and unzip
  • Open Visual Studio and create a new project
  • Copy "Terrek.Barcode.DotNET.dll" to your WinForms project folder
    (Do not copy the dll to bin directory, Visual Studio will do so automatically)
  • Add "DotNETControl" to Visual Studio Toolbox
  • Drag "DotNETControl" onto your form. The default barcode is Code 39
  • Right click on the barcode, and choose “Properties”
  • Change barcode parameters if needed and run the project
Generate Code 39 Barcodes Using Visual Basic.NET and C# Coding
  • Download Terrek Trial and unzip
  • Open Visual Studio and create a new project
  • Copy "Terrek.Barcode.DotNET.dll" to your WinForms project folder
    (Do not copy the dll to bin directory, Visual Studio will do so automatically)
  • Add "DotNETControl" to Winforms project reference
  • Write VB.NET or C# code in "Form1.cs" and run the project
You can generate Code 39 barcodes in Windows Forms applications by using C# class or VB.NET class. Here is the source code of Code 39 in C# and Code 39 in VB.NET: Code 39 in C#, Code 39 in VB.NET.