scaning code
i need assistance on how to write scanning code in vb.net ,using textbox to read the codes
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
BenPosted Jun 17, 2015, 11:33 AM
If you want to read barcodes, you can use an sdk such as leadtools that will help you to deal with the barcode image. There are lots of examples and articles on the internet for reading barcodes such as the following:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/7b915a12-153b-4f46-9010-317c521799a1/reading-barcode-using-vbnet-code?forum=vbgeneral
http://www.codeproject.com/Articles/278301/How-to-Read-Barcodes-from-Images-using-LEADTOOLS
If you mean something else, please provide more details.