Barcode Maker Component


Version: 2.0
Size:
19KB
Category:
Development
Active X
Requirements:
No special requirements
Price:
Free
System:
Windows Vista/2003/XP/2000/98
Rating:
4.7
License:
Freeware

Description - Barcode Maker Component



Create bitmaps containing Code 25, Code 39 or Code 128 barcodes in Visual Studio 2005. This simple component is free of license and easy to use.Example VB.Net code: Dim maker As SoftekBarcodeMakerLib2.BarcodeMakermaker = New SoftekBarcodeMakerLib2.BarcodeMakermaker.Width = PictureBox1.Widthmaker.Height = PictureBox1.Heightmaker.Barcode = "1234567890"` Type = 0 for Code 39, 1 for Code 25 or 2 for Code 128maker.Type = 0` Code128SymSet = "a", "b" or "c"PictureBox1.Image = maker.MakeBarcode()



More in Active X-Barcode Maker Component

Barcode Maker Softekbarcodemakerlib2 Barcodemakermaker