views:

96

answers:

2

I found lot of Barcode generation codeprojects in C#. But could not find 1 in VB.Net. Please help me on this.

A: 

here you are. Btw, in .NET, you can mix and match. So, you can compile a C# assembly and use it in VB.net if you need to.

barcode generator

Andrew Keith
+2  A: 

What kinds of barcodes do you need to generate? Since classic barcodes are fonts, you will need to find the right font.

you can also convert the C# code to VB using this tool : http://www.developerfusion.com/tools/convert/vb-to-csharp/

Alexandre Brisebois