I used to know VB very well, infact I did an Advanced VB course when I was younger at college.
However, now as time has moved on, as I am sure you can all imagine, I have forgotten most of what I knew!! And as a result, I have become stuck and frustrated!
I have been given a VB Project, and have been told I can edit it how I want.
The purpose of the program is to pull barcodes off a cordless barcode scanner and display the information in a list. This works perfectly at the moment, however I am in the situation where I want to only display the information stored in the scanner, and not add the Time/Date stamp and the EAN-13 to the front.
To give a brief description, I am trying to use this software to scan books, and display the ISBN of the books held in the scanner.
However when i display the barcodes i am getting:
EAN-13 9780747591054 12:59:39 PM 8/14/07
The only information I want to display is: 9780747591054
This will make it easier to copy/paste, a list of ISBN numbers.
I would be more than gratefull if someone would have a little time to spare to look at the issue and maybe offer some suggestions.