BarCodeWiz Logo

Barcodes in MS Visual C++

  • In order to insert BarCodeWiz ActiveX into your project, right-click inside your dialog and select Insert ActiveX Control.

  • Select the appropriate class (BarcodeWiz Class) and click OK

  • Once BarCodeWiz ActiveX is inserted, click Ctrl+W to invoke the ClassWizard.
  • Let's create a new Member Variable for the control. Click on Add Variable....

  • Click OK to generate a new wrapper class for BarCodeWiz ActiveX.

  • Click OK to generate the necessary classes.

  • Add a new member variable. Let's name it m_Wiz.

  • Using m_Wiz is as simple as shown in the example below.

  • See our Visual C++ sample application for a complete example of BarCodeWiz Barcode ActiveX Control in action.