Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I'm a visual basic programmer, I want to make program to print barcode, and then to read these barcode.

Also I want to ask about is any code will work with many types of barcode scanners ?

If anyone can help please send to me
[Email address removed]
Posted
Updated 24-Nov-10 20:17pm
v2

1 solution

To print Barcode
1. If you want to print through a barcode printer then you dont need to do anything. Just follow the your barcode printer's specification and print to a text file and print the text file using RAW printing.
2. If you want to print it through a laser printer then you have to search google for barcode encoder and read more about it. Then create a image using a mostly used encoder and print it.

To read barcode

You really dont need to do anything. The barcode scanner will send the decoded barcode text whereever your cursor is(in textbox/notepad)

Now its upto you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900