Code for printing barcode

  • Thread starter Thread starter AH
  • Start date Start date
A

AH

Hi, I need to print some simple barcode label for my
stock control program (VB .NET) , it just needed to print
the article number (alphanumeric) on lable paper.
Any suggestion on the most cost effective or best
efficient (but may not be cost effective) approach I can
take ?

Thank,

Albert
 
AH said:
Hi, I need to print some simple barcode label for my
stock control program (VB .NET) , it just needed to print
the article number (alphanumeric) on lable paper.
Any suggestion on the most cost effective or best
efficient (but may not be cost effective) approach I can
take ?

Thank,

Albert

why not try just a barcode font?
few links you can find here: http://cgm.cs.mcgill.ca/~luc/barcode.html

jaro
 
AH said:
Hi, I need to print some simple barcode label for my
stock control program (VB .NET) , it just needed to print
the article number (alphanumeric) on lable paper.
Any suggestion on the most cost effective or best
efficient (but may not be cost effective) approach I can
take ?

Thank,

Albert

Take a look at the live demo at http://www.morovia.com/font/code39.asp.
 
Search in Google for "free barcode font"
you will find a free code39 that you can use with your application to
generate your barcode

good luck..!
 
Back
Top