Dragging and dropping aBarcode Windows Froms control to render a UPC-A image onto the form is very uncomplicated even for a beginner.
- Download and the .NET Barcode Creator WinForms Control package and unzip it to development computer.
- In Visual Studio Windows Form project, right click the toolbox and select menu Choose Items...
- In the pup-up dialog, click Browse... tonavigate to "PQScan.BarcodeCreator.dll" file.
- Check the pqScan Barcode Creator Winformscontrol "BarcodeWinControl" to add it to toolbox.
- Drag and drop "BarcodeWinControl" item to your Windows Froms.
- Run the .NET Windows Form project to view the UPC-A barcode generated on the Form.
- You can specify the UPC-A imagefrom right-side "properties" setting pane or in run-time code.