Cart
Support
Contact Us
FAQ
Customer Login
User Manuals
ActiveX Control
Code 128 Fonts
UPC EAN Fonts
Code 39 Fonts
Interleaved 2 of 5 Fonts
Data Matrix 2D Fonts
QR Code 2D Fonts
OnLabel
Video Tutorials
ActiveX Control
Barcode Fonts
OnLabel
Buy Now
Specials
BarCodeWiz Bundle Special
Barcode Control and Add-ins
ActiveX Control
Barcode Fonts and Add-ins
Code 128
UPC EAN
Code 39
Interleaved 2 of 5
Data Matrix
QR Code
Barcode Label Software
OnLabel
Barcode Controls for .NET
Barcode Control for ASP.NET
Barcode Control for Windows Forms
Upgrades and Renewals
Download Trial
Barcode Control and Add-in
ActiveX Control Trial
Barcode Fonts and Add-ins
Code 128 Trial
UPC EAN Trial
Code 39 Trial
Interleaved 2 of 5 Trial
Data Matrix Trial
QR Code Trial
Barcode Label Software
OnLabel
Barcode Controls for .NET
Barcode Control for ASP.NET
Barcode Control for Windows Forms
Products
Barcode Software Comparison
Barcode Control and Add-in
ActiveX Control
Barcode Fonts and Add-ins
Code 128
UPC EAN
Code 39
Interleaved 2 of 5
Data Matrix
QR Code
Barcode Label Software
OnLabel
Barcode Controls for .NET
Barcode Control for ASP.NET
Barcode Control for Windows Forms
Home
Code 39 Barcode Fonts
Create Code 39 Barcodes in C# Windows Forms
Create Code 39 Barcodes in C# Windows Forms
Download Trial
Buy Now
Barcodes in Microsoft Excel
Install Code 39 Fonts Toolbar in Excel
Convert selected cells to barcodes
Create a sheet of sequential barcode labels
Use spreadsheet formulas to create barcodes
Create barcodes with VBA and macros
Barcodes in Microsoft Word
Install Code 39 Fonts Toolbar in Word
Convert selected text to barcode
Create barcode labels with Mail Merge
Print a sheet of barcode labels
Use macros and VBA to create barcodes
Barcodes in Microsoft Access
Create barcodes in MS Access
Barcodes in Crystal Reports
Code 39 barcodes in Crystal Reports
More Tutorials
Barcodes in VB.NET
Barcodes with C#
Step 1. Add Code39Fonts.cs
Click on
Project
>
Add Existing Item...
and browse for the file
Code39Fonts.cs
. The default file location is:
Documents\BarCodeWiz Examples\Code 39 Barcode Fonts\CSHARP\Code39Fonts.cs
Step 2. Add the following controls to your form:
1. TextBox (textBox1)
- text input, will be converted to barcode
3. Label (label1)
- to display the encoded barcode
Set the Font of the label to
BCW_Code39h_1
,
48pt
Step 3. Add the conversion code
Double-click on textBox1 and add the following code:
label1.Text = BarCodeWiz.Code39Fonts.Code39(textBox1.Text);
Ready!
The final result
Copyright © 2000-2021 BarCodeWiz, Inc.
|
Privacy Policy