How can i Use barcode reader in windows applications

E

EricK

Hi all
I' developing a C# windows applicaion i need to use
barcode reader in my application. Plz tell me how can i
read barcodes and how can i generate barcodes using C#
and
..NET framework 1.1. in windows applications.
 
R

rc

The bar code reader is just like a keyboard,
meaning you don't need to do a thing in your code, you
just plugin the reader in with the keyboard and whenever
you are in the textbox where the bar code should be
inputted , you just scan using the reader. Really easy.

To generate the bar code is harder, I suggest you look
around for this, I have seen many COM object that can do
that otherwise you will have some work to do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top