How can i generate a barcode with vb.net

  • Thread starter Thread starter Shole Chan
  • Start date Start date
S

Shole Chan

Do i need any plug-in ??
Suppose i am using code 39 format ....

thanks for helping ~

I am just a chinese, sorry for my poor english >.<
 
You could use a bar code font however fonts are difficult to use for
bar coding and they also produce very poor quality bar codes that are
difficult to read in many cases.

A better way to do things is to use a bar code DLL that produces a
high resolution graphic image of the bar code. The best bar code
libraries are available from TAL Technologies. For more information,
visit the following web page:
http://www.taltech.com/TALtech_web/products/dll_barcodes.html

You can also download a demo VB.NET sample application for the above
bar code DLLs from the following URL:
http://www.taltech.com/TALtech_web/support/bcdlls/dllkbsc.htm
 
Back
Top