I am working on a .net project that need a barcode generating and printing function. The barcode will contain information like name, price, etc. How can I achieve this in C#.NET
7 Answers
This is not a c# Area. You may want to check other resources.
I guess you need to find one barcode suite to create and print the barcode. You may have a try of the .NET SDK which generating barcode in both c# and VB. Then you could choose the barcode suitable to encode information you need.
I want to know, what kinda barcode do you want to make. I think a .net barcode generator is the good one. Most .net barcode generator may integrate into c#.net and support most common barcode like code 128, upc/ean barcode, 2d barcodes, etc.
Stop concerning barcode types. Here is a barcode generator for all the barcode being referred, click here: c#.net barcode generator(http://www.businessrefinery.com/barcode-generate/csharp_barcode_generator.html") to know more.
Thank you! I used the barcode generator component! Although it is not free, it works nice!
For c# barcode generating, I've ever tried a free c# .net barcode generator lib trial version from BarcodeLib.com. What I appreciate most is the detail c# barcoding developer guide, hope it works for you.
This is a little difficult to explain here, i recommend you a online free barcode generator site, you can find some template code there.
Your Answer
Think you can help? Login to answer this question!