Hello,
I am currently working on a project for scanner Intermec CK30 in VB.NET. This project is that scanning the barcode and write barcodes to the file. And I have a couple questions to ask, please help me if you could:
1) I have two textbox, let say txtbox1 and textbox2. When I scan a barcode in textbox1, I want the cursor go to textbox2 after I finished scanning the barcode in textbox1. Is there any controls or methods that know that it is end of barcode so go to next textbox (textbox2)? If I know it is the end of barcode when I scan, so I can set focus in textbox2. My application can go textbox2 when I press enter key after I scanned a barcode. However, I dont want to press enter key. I want it is automatically go to textbox2 after scanning a barcode. Anyone can help me?
2) Question two: Any have any resources(sample codes) for uploading files from handheld to desktop through USB in VB.NET? I can write the code that can copy files from handheld to desktop for desktop application. But I want to press a key, let say F5 in handheld and when handheld scanner connected to desktop in USB, the files will upload to desktop. Anyone can help me this?
Thank you very much for you helps.
Thanks.
I am currently working on a project for scanner Intermec CK30 in VB.NET. This project is that scanning the barcode and write barcodes to the file. And I have a couple questions to ask, please help me if you could:
1) I have two textbox, let say txtbox1 and textbox2. When I scan a barcode in textbox1, I want the cursor go to textbox2 after I finished scanning the barcode in textbox1. Is there any controls or methods that know that it is end of barcode so go to next textbox (textbox2)? If I know it is the end of barcode when I scan, so I can set focus in textbox2. My application can go textbox2 when I press enter key after I scanned a barcode. However, I dont want to press enter key. I want it is automatically go to textbox2 after scanning a barcode. Anyone can help me?
2) Question two: Any have any resources(sample codes) for uploading files from handheld to desktop through USB in VB.NET? I can write the code that can copy files from handheld to desktop for desktop application. But I want to press a key, let say F5 in handheld and when handheld scanner connected to desktop in USB, the files will upload to desktop. Anyone can help me this?
Thank you very much for you helps.
Thanks.