I have a Windows Form Application that reads a barcode from a Web Cam.
Everything is running smooth but I still need to implement a function to the application to keep listening my keyboard inputs and be able to read the barcodes and put the reading in the clipboard.
In other words, do the stuff that my program has to do but in the background.
I searched a lot in the internet but I couldn't find any good answer to my problem.
Can you guys help me?
Thank you a lot!