I have a Visual Bsic project with several text fields on a form. When I type text in a text box I Tab to get the focus to the next text box.
I am trying to do this using a barcode scanner for some of the fields, but need to have the scanner set for CrLf at the end of the text, because the scanner is also used with another device that requires CrLf.
How can I force ths Enter key to behave like a Tab key in my VB project?
I am trying to do this using a barcode scanner for some of the fields, but need to have the scanner set for CrLf at the end of the text, because the scanner is also used with another device that requires CrLf.
How can I force ths Enter key to behave like a Tab key in my VB project?