Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
1.15/5 (3 votes)
See more:
I want Make on the fly barcode128 in my project.so i need vb.net code128 please help me.
Posted

You could try dBarCode from dlSoft. Tutorial reference available at: http://www.dlsoft.com/barcodes_in/barcodes_in_VBNET.htm[^]
 
Share this answer
 
Dear Friend,

Thess link will be helpful. The code may be written in C# but you just need to grasp the concept and rest you can do yourself.

372,000 results on vb.net barcode generator

http://forums.asp.net/t/1424966.aspx/1[^]
 
Share this answer
 
v2
Make Barcode with vb.net[^]
How to make barcode label with VB.NET[^]
apart from this solution you can refer solution 5 for more help and Google[^]is your best friend.
 
Share this answer
 
I found the following articles and a tutorial:
Barcode Image Generation Library
Creating EAN-13 Barcodes with C#
How to Read Barcodes from Images
Hope this helps.
 
Share this answer
 
v2
Comments
Thomas Daniels 17-Dec-12 11:51am    
+5!
Nelek 17-Dec-12 18:38pm    
Did you notice that the question is from Februar 2012?
Although this posting is old, it still merits a response. Someone else may have a similar issue and want to know what to do.

You basically have one of two options:

1- Draw the barcode symbols yourself using Graphics functions, but you will have to learn the algorithm for that or use a library that draws the barcodes on images like one described in this article

2- Use a barcode font which converts text to barcode symbols. You can then print them or convert them to images depending on your project's needs. The main disadvantage is the application will only work where the font is installed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900