Jump to content

how to make a bar code reader program in VB 2008 please send me the code

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
tontonskie

tontonskie

    Newbie

  • Members
  • PipPip
  • 15 posts
please help me in creating a program that reads bar codes in VB 2008

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts

tontonskie said:

please help me in creating a program that reads bar codes in VB 2008

There is a nice barcode reading library here:
Read Barcodes from an Image - CodeProject

The .zip file of the vb.net barcode reader project can be downloaded:
http://www.codeproje...creader2of5.zip

There are many barcode types of course, I assume you are wanting to read the basics (Code 39)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.