vote up 0 vote down star

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

flag

3 Answers

vote up 1 vote down

You can try Barcode.dll .NET barcode component. It's relatively cheap and includes ASP.NET and Windows controls:

ASP.NET server control

link|flag
vote up 1 vote down

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/

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.