Create barcodes with C Sharp
Add Code 128 barcodes to your Visual Studio C# Windows Forms project.
Step 1. Click on Project > Add Existing Item... and browse for the file Code128Fonts.cs. The default file location is:
C:\Program Files\BarCodeWiz Code 128 Fonts\Examples\CSHARP\Code128Fonts.cs


Step 2. Add a TextBox and a Label to the form. Change the Font properties of Label1 as below

Step 3. Double-click on TextBox1 and add the following code:
Label1.Text = BarCodeWiz.Code128Fonts.Code128B(TextBox1.Text);

Step 4. The final result:

To see a more advanced example of barcode printing and label formatting with Code 128 Barcode Fonts in C#, open the project:
C:\Program Files\BarCodeWiz Code 128 Fonts\Examples\CSHARP\
