The Active Barcode Component may be operated entirely by setting or retrieving Property values using the Basic language.
Clicking on the Active Barcode Component control on the form when VB's Properties box is displayed will show the current settings for component'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
Axbarcode1.Source="12345"
Active Barcode Component properties that are set AFTER a Picture is created may be retrieved within user's programs by statements of the kind:
x=Axbarcode1.ErrorCode
More: