Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

how to Generate and scan Barcode in C#.net web application without using third party dll.
Posted
Comments
Sergey Alexandrovich Kryukov 14-Jan-12 1:10am    
What do you have from the manufacturer? Why not using it?
--SA

Do you consider manufacturer's software as 3-rd party? The problem is: scanners of different manufacturers are different, they need different software. We don't know what do you want to use. Apparently, you may need to 1) use manufacturer's software without source code; 2) use manufacturer's source code, which would be the best option, but does the manufacturer you use provide it for you? 3) write this software by yourself using just manufacturer's documentation, but does the manufacturer you use provide it for you?

Perhaps this is trivial and not so helpful, but this is what you have.

—SA
 
Share this answer
 
Comments
Kim Togo 14-Jan-12 3:00am    
From OP: please tell me just 1 manufacture how to generate and read barcode
Check this CP article out: Barcode Image Generation Library[^]

Perhaps this can help?
 
Share this answer
 
Comments
CodePrakash 14-Jan-12 6:34am    
thankyou very much sir
Kim Togo 14-Jan-12 10:08am    
You are welcome.
Generating barcodes is fairly simple, you just need to draw some lines of varying thickness in patterns as defined for the barcode type. This entry[^] in Wikipedia shows how to build the Code39 type.

Scanning barcodes is somewhat more complicated as you need to get the specification of the hardware device and only the manufacturers will be able to provide that for 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