Click here to Skip to main content
16,022,417 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In c#.net window application I have a barcode image.
I want to scan it using barcode scanner and after that read product details from barcode image and display it in Invoice.

Thanks in advance.
Posted
Updated 19-May-11 21:49pm
v2
Comments
OriginalGriff 20-May-11 3:42am    
What have you tried?
[no name] 20-May-11 3:50am    
You want your Homework to be done by Us?

u may use third party tool
look at this url
 
Share this answer
 
Comments
[no name] 20-May-11 3:49am    
Where is the URL??
lekhya15 20-May-11 7:51am    
http://www.accusoft.com/barcode.htm
If you would need to read a barcode from a scanned image you could look at these articles:

Read Barcodes from an Image[^]

Reading Barcodes from an Image - II[^]

If you are using a barcode scanner to directly read barcodes you don't need anything (besides the barcode scanner itself). The barcode scanner is like a keyboard and when it scans a barcode, the code is typed just like you would do using the normal keyboard. The only thing you need is to make sure that the correct application is active to catch the input. You can test it simply by opening notepad and use the connected barcode scanner to scan a barcode. It is actually really easy to work with.

Good luck!
 
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