[]
To set up the project and add the C1BarCode control to the form, complete the following steps:
Create a new .NET project.
From the Toolbox, add the following controls:
You will notice that on adding C1BarCode control, C1.Win.BarCode and C1.Win assemblies get added to the References folder in the project. If you do not see C1BarCode control in your Toolbox, do the following:
Click the ComboBox and in the Properties window, rename it as cbCodeType.
Set the Text property of the three Label controls as Code Type, Text, and BarCode, respectively. Place the controls on the form as shown.
You have just completed the first step toward creating a simple application on BarCode for WinForms.