I found lot of Barcode generation codeprojects in C#. But could not find 1 in VB.Net. Please help me on this.
|
|
You can try Barcode.dll .NET barcode component. It's relatively cheap and includes ASP.NET and Windows controls:
|
||
|
|
|
|
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/ |
||
|
|
|
|
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. |
||
|
|

