I am using a Microsoft.NET text box in Windows Forms 2.0 using C# for data from a USB based Bar code scanner. The user does not want the text box to accept inputs from keyboard. How can i apply a filter such that only inputs from the USB are accepted and the keyboard disabled during this session ?
Thanks.
Comment added one hour after: I got some thing on this and this which i need to study.
To those of you who want to know why this redundancy, the user also wants an option to configure the Keyboard to be active / inactive .