Create barCode in windows application
How to generate barcode in windows forms
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
leona lewisPosted Apr 1, 2014, 2:26 AM
Jimmy FPosted Oct 28, 2013, 3:43 AM
First you will need to know what barcode types you want to support, then you have two options:
i) Implement the barcode algorithm yourself.
ii) Use an existing algorithm.
Personally i prefer using an existing one because it will be faster and most of the debugging will be already done so you will get better quality and performance. When we built my application, we used a library called leadtools to implement the writing and reading of the barcode.
If you want to use an open source library, search on the internet (SourceForge, c-sharpcorner, codeproject..etc), you will find something that best fits your needs.
Sanjeeb LenkaPosted Oct 17, 2013, 1:05 AM
refer to this link
http://www.c-sharpcorner.com/UploadFile/asmabegam/barcode-label-designer-application-in-C-Sharp/
http://www.c-sharpcorner.com/UploadFile/ivxivx/EANBarcode11302005042011AM/EANBarcode.aspx