Tutorial : Simple barcoding in C#
by toy
According to my recently post, I developing windows application with bar code, So this topic will show you how to write application generate bar code on your own.
A theory of this method is use 39 bar code true type font, which you can download it from the internet. Then, Convert the things you type from keyboard, such as “0001″ or “ABCDE” or human readable code, and turn it to bar code.

My name in Bar code
References : http://www.csharphelp.com/archives3/archive507.html
Twitter
Facebook