Setting and retrieving property values

The Active 2D-Barcode Control may be operated entirely by setting or retrieving Property values using the Basic language.

Clicking on the Active 2D-Barcode Control on the form when VB's Properties box is displayed will show the current settings for control's available properties. Most of these may be edited using the Properties box, or may have their values set from within the user's program by statements of the kind

          AdBarcode1.Caption="12345"

Active 2D-Barcode Control properties that are set AFTER a Picture is created may be retrieved within user's programs by statements of the kind:

          x=AdBarcode1.ErrorCode

More:

Creating a barcode Picture within a program