Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can we make Bar Code Reader application in asp.net technology?

0
Posted

Can we make Bar Code Reader application in asp.net technology?

0

I haven’t developed an application for that to be frank with you. However, i did some research on the matter, and here is what I found: Bar code is nothing more than a special “font” whose characters correspond to “real” language characters. For example, a 4 bars character (with different width) may correspond to letter A. In order to “read” barcode, all what you need is a barcode scanner (hardware), it’s that one that is usually found in stores and groceries. Then in the vendor application itself (the companion CD) you will find the program that reads the barcode and converts it into real characters. This program usually exposes DLL’s so that other programs (and Asp.net of course) can deal with it as classes. Once you obatin that DLL file, just add a reference to it from your Asp.net application, then start calling it’s methods and properties like any other class. Hope this helps.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.