barcode reader

I would do a forum search as this has come up before - simply look for "barcode". First, you'll need a barcode scanner (a hardware device). Most come with software that make them act like a keyboard. The user presses a button to read a barcode and the text is spit out to the computer as if the keyboard typed it. There isn't any special software, usually, beyond that basic functionality - at least not in my experience.

-ner
 
barcode..

barcode reader is just same as keyboard. you need a form and a text box, then just run the form and scan the barcode. if you want you also can install any barcode font and make the text box font as a barcode font
 
Hi,

If the barcode reader is plugged into serial port, you can use the SerialPort class from the System.IO.Ports namespace and configure serialport instance with correct communication parameters.

Greetings,

Tiago Teixeira
 
Back
Top