var fDesc=new Array(); fDesc[0] = "Create or Print professional barcode images in applications.
It is very easy to integrate barcode controls to any windows application that supports ActiveX technology including Visual Basic, Visual FoxPro*, C , Delphi, ,PowerBuilder,Internet Explorer Web pages, Microsoft Word, Excel, Access, etc. We have the example codes for these applications.

Supports most barcode symbologies
Code 39, Extended Code 39, Code 128, UCC/EAN-128,Industrial 2 of 5 Planet, Interleaved 2 of 5, Codabar, UPC-A, UPC-E, EAN 13, EAN 8, BOOKLAND,MSI, Code 11, Code 93,Postnet,PDF417,DataMatrix

Data Binding
You can databind the TextToEncode, TopComment, Bottomcomment properties to the fields in a database table to generate barcodes for each data record automatically.

Printing Support
The EaseSoft Barcode ActiveX Control produces high resolution(2400DPI) Enhanced Metafile (vector) graphics that are completely device independent, fully scalable, and will print to the highest resolution of any printer supported by Windows.

Developer Support
The EaseSoft Barcode ActiveX Control was created in Visual C using ATL, the file size of the controls is very small (less than 400k), there are no additional runtime dependencies (i.e. MFC Class Libraries or Visual Basic Runtimes).When you distribute your application you only need to include one binary component EaseBarCD.dll."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }