I want to create Code39 encoded barcodes from my application.
I know I can use a font for this, but I\'d prefer not to as I\'d have to register the font on the serv
If you choose Code39, you could probably code up from this code I wrote
http://www.atalasoft.com/cs/blogs/loufranco/archive/2008/03/24/code-39-barcode-generation.aspx
I wrote it to use our toolkit for image generation, but you could rewrite it to use .NET Image/Graphics pretty easily.