I am very new to .NET.
Can anybody please help me in writing C# Code to read the input read by barcode scanner...like the Scanner to read Flight tickets.
Please provide a Step-by-step process.
Thanks, Dileep
I am very new to .NET.
Can anybody please help me in writing C# Code to read the input read by barcode scanner...like the Scanner to read Flight tickets.
Please provide a Step-by-step process.
Thanks, Dileep
It's going to depend on the manufacturer of the device. You'd be best off looking to the manufacturer for some API documentation and example code. See this channel9 thread for some links and some more info.
Usually barcode scanners behave like a keyboard : when you read a barcode, it just sends the code as if you had typed it on the keyboard. If your scanner works like that, there is nothing specific to do about it. You just need to have a focused textbox that will receive the input from the scanner
Hello ,
I want to store tehe Scanned barcode , With a time Stamp .And want this to be done at the background.I mean no cursor pointed to a textbox.As i cannot assure that the cursor will be placed at the textbox specified for data capture.I am using a blootooth scanner.
Please Guide me
Thanx in Advance.
Surya