.NET WinForms Barcode - Barcodes Generation through .NET Windows Form Controller
Add Reference BarcodeLib.Barcode.WinForms.dll to your project. There's no need to copy barcoding dll to your project bin folder because Visual Studio will do it for you during project compilation time.
In your .NET windows project, right click mouse over Refereces in your Solution Explorer window. Then click menu "Add Reference ...".
Add BarcodeLib.Barcode.WinForms.dll to your project.
Add barcode library to your Visual Studio Toolbox.
Open Toolbox in Visual Studio. Click menu View, and check submenu Toolbox.
Right click Toolbox, click menu Choose Items...
Goto .NET Framework Components tab.
If no BarcodeLib component found, click Browse... button and select BarcodeLib.Barcode.WinForms.dll file.
Then sort "Namespace" column, you will find 4 components from BarcodeLib.Barcode.
Check component LinearWinForm, and its namespace is BarcodeLib.Barcode.
Check component DataMatrixWinForm, and its namespace is BarcodeLib.Barcode.
Check component PDF417WinForm, and its namespace is BarcodeLib.Barcode.
Check component QRCodeWinForm, and its namespace is BarcodeLib.Barcode.
Click "OK" button, you will find four components under "Common Controls": LinearWinForm, DataMatrixWinForm, PDF417WinForm, QRCodeWinForm.
Now you can see the component displayed on Toolbox. Then, you can drag LinearWinForm on your form and change barcode setting through properties window.