VB.NET 2002/2003 BasicsFor coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I would like to be able to print a barcode in VB.net, I have been printing text by passing the text to a file and then the file to the printer, but this obviously isn't going to work for barcodes.
We use Active Reports combined with the TAL Barcode software. This is in VB6 not VB.Net, but they are both ActiveX, so you should be able to do something similar using interop.
Essentially a barcode is just a different font, when you type what in a normal font would give you a '1' you get the relevant barcode. However there are many styles of barcode so you may be better going for a pre-built solution as suggested above.