frederick
Member
I have built many applications that work with a barcode reader. What I need now is a means to reading the scanned item through a background services such as a windows services or something.
My task is to scan a barcode on a identification label that is placed on a cut size of glass and record the order line item as being processed. This will update the database to reflect the cut size has been completed.
My restriction is the processes keeps an application showing a cut pattern of the stock sheet of glass in focus so I can not have another application active to capture the scanners results. Here in lies where I have to have a application running in the background listening for a text or alpha-numeric string that will tell the application to run the scan.
Is there an applications already made, a tutorial explaining how or post me some code to get me started in the right direction.
The scanners are wireless with a USB dock and the labels are Code39.
Thanks in advance.
My task is to scan a barcode on a identification label that is placed on a cut size of glass and record the order line item as being processed. This will update the database to reflect the cut size has been completed.
My restriction is the processes keeps an application showing a cut pattern of the stock sheet of glass in focus so I can not have another application active to capture the scanners results. Here in lies where I have to have a application running in the background listening for a text or alpha-numeric string that will tell the application to run the scan.
Is there an applications already made, a tutorial explaining how or post me some code to get me started in the right direction.
The scanners are wireless with a USB dock and the labels are Code39.
Thanks in advance.