How to input barcode scanner data into textbox in C# ?
Hi All,
I am working on a project where i need to input scanned data from bar code to a text box when user scan a item/ product.
I tried this sample but when I scan a product the barcode is not showing but something else ...
Do you have any idea or any solution ?
Thank you.
C#
Last Comment
Ryan Chong
8/22/2022 - Mon
Ryan Chong
barcode reader should be treated as a computer input device. it reads what is contain within the barcode.
so as far as I understand, you no need to do any programming for this part. just make sure your barcode contain "valid data".
AndyAinscow
Do you want to display the barcode in a textbox ?
SniperCode Sheva
ASKER
Yes, I am doing an application for a shop. So when I scan the product from the barcode scanner device it automatically display in the textbox
so as far as I understand, you no need to do any programming for this part. just make sure your barcode contain "valid data".