Printing Bar Codes in Visual Basic
Azalea Software’s barcode fonts may be used to create bar codes in your Visual Basic projects. Our barcode software creates UPC barcodes, Code 128 barcodes, Interleaved 2 of 5 barcodes, Code 39 barcodes, as well as other bar code symbologies, and most of them have VisualBasic routines to create the barcodes for you.
Creating barcodes in Visual Basic is an easy two-step process:
- pass your data to our function
- format the returned value in one of our fonts
You cannot simply input text in a bar code font and create a scannable symbol. all of Azalea’s products come with sample code to help you integrate our fonts in your Visual Basic program. The sample code adds the start and stop bars, calculates the check digit(s), if necessary, and maps the output into our fonts’ character set. Our VisualBasic routine assures you of quality scannable symbols without having to write the code yourself.
- Code 128 barcodes in Visual Basic
- Code 39 barcodes in Visual Basic
- UPC version A in Visual Basic
- UPC version B in Visual Basic
- Interleaved 2 of 5 barcodes in Visual Basic
- POSTNET barcodes in Visual Basic
- PDF 417 barcodes in Visual Basic





