I found lot of Barcode generation codeprojects in C#. But could not find 1 in VB.Net. Please help me on this.
views:
96answers:
2
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.
Andrew Keith
2009-10-15 09:07:59
+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
2009-10-15 09:09:32