I am new at this. I have a barcode font (code39), and am trying to print a bar code so a symbol scanner can scan it.
I printing it with a Visual Basic App. The bar code prints great on the laser printer, but it won't scan.
VB Code
Printer.FontName = BAR_CODE_FONT
Printer.FontSize = BAR_CODE_SIZE
Printer.Print "21280"
I'm obviously missing something here. Do I have to add special characters?
I printing it with a Visual Basic App. The bar code prints great on the laser printer, but it won't scan.
VB Code
Printer.FontName = BAR_CODE_FONT
Printer.FontSize = BAR_CODE_SIZE
Printer.Print "21280"
I'm obviously missing something here. Do I have to add special characters?