I would like to use Barcode authentication for my code. Barcode scanner works like a keyboard (plug&play). How can i detect a string typed via keyboard(eg. 599948375), without using a textbox?
So i would like to run a trigger in the background what detect a typed string. I don't want to use textbox to avoid unnecessary clicking. Any tip?