that makes sense, but could you elaborate a bit. i am total newbe in dealing with barcodes,
i thought id give some more information about the app i am working on in case somebody else gets in on the thread and wanted to answer my question: it is essentially a bookstore mangement app. it handles six main functions: book inventory, ordering of new books from vendors/publishers, processing newly arrived books, selling books, book buy back, and re-selling books to vendors.
ive done some research and i found out that a barcode system generally consists of 4 parts:
1. Printing barcodes
2. Generating barcodes and applying them on labels
3. Scanning barcodes
4. External database
Now, i already have the external database set up and working and i there is no way around purchasing a scanner so thats 3 and 4 out of the way (although there is still the question about which scanner to buy).
As far as printing the barcodes, we already have a label printer in use in my organization for printing small number of labels, 1 or 2, and for large numbers i can just use regular printer.
Generating the barcodes and applying them on labels is where i am sort of stuck. We currently use a shareware program for the generation part so i am now exploring the possibility of integrating said program in my VB.NET application somehow. Another free (thats the keyword here) option would be to use some of the free barcode fonts available and do some coding to generate the barcodes myself.
As far as labeling, would it be possible to somehow get the generated barcode and paste in a Word document? The Word document in question could be a label template of sorts. Word docs are easy enough to print.
thanks all.