Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Barcode Reading in Applications 1

Status
Not open for further replies.

rajaulfat

Programmer
Aug 4, 2003
2
GB
Hi!
Does any body out there knows that how i can handle a barcode reader for my vb application which is about a super store. The sales area of application will allow the user to scan the product, and on the basis of barcode scanned, product details i.e. price etc will be displayed.

Who ever knows please reply soon!

thanx
 
If you have a serial barcode scanner then use the MSComm control. If it's a keyboard wedge type then put the input into a textbox.

You can generally set the scanner to send a code termination character (often carriage return) which you can look for to signal a good read.

From there it's a simple look-up into whatever database you have.

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top