The DBarcode Active DLL may be operated entirely by setting or retrieving Property values using the Basic language.
Clicking on the DBarcode Active DLL 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
AbcDl71.Source="12345"
DBarcode Active DLL properties that are set AFTER a Picture is created may be retrieved within user's programs by statements of the kind:
x=AbcDl71.ErrorCode
More: