Version 5.56 | Index Print view


Barcodes in VisualBasicScript

ActiveBarcode in VisualBasicScript (Windows Scritping Host)

You can use ActiveBarcode with VisualBasicScript (VBS, Windows Scripting Host) to create barcodes in scripts automatically. Here we show you how simple is it to use ActiveBarcode in VBS.

First make the ActiveBarcode control avaiable in your sscript:

Dim barcode
Set barcode = WScript.CreateObject("BARCODE.BarcodeCtrl.1")
Now you can use the variable 'barcode' to access the control. Use the Properties of the control to create the barcode you want:
barcode.Typename = "Code128"
barcode.Text = "123456789012"
Then use the 'SaveAs' method to save the barcode as an image file:
barcode.SaveAs("examplebarcode.png")
To learn more about this, please have a look at the VisualBasicScript application 'barcodeimage.wsf' that is included in the ActiveBarcode package. You can use this source code for learning purposes or use it as a start for your own scripts.




| Home | Shop | Email | Datenschutz | Sitemap | © Lars Schenk & Frank Horn

All trademarks and product names mentioned are the property of their respective owners.

ActiveBarcode:
Barcode OCX and Software
The complete solution for all popular barcode types
www.ActiveBarcode.com