I'm creating an application in vb.net 2013, where I need to implement a way to read from USB bar-code readers. I've read that most bar-code readers should be treated like simple keyboards. But this is the problem.
On my Main form, I have several TextBoxes. One of them is Barcode TextBox, where a user can write the bar-code manually or can read from the bar-code reader.
On other TextBoxes, only manual input from the keyboard should be permitted and not from the bar-code reader.
So is there a way to make this possible?