I am making a software which create entry of products and generate barcode for that product then it is placed on store when that product exist from store i need to scan that barcode to set the status of product.
it is on same win forms. The main problem was when cursor is set on any text box it does not work properly.
which method i have to apply so that i can distinguish the scanner and keyboard input.
please help. it is c# winform application.