Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

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

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • 2 months later...
Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...