To use Morovia Barcode ActiveX with Visual C++, you need to make a project that uses MFC with ActiveX support. The easiest way to do this is to use the MFC AppWizard (exe).
Make sure that support for ActiveX controls is enabled (it should be enabled by default). Then you will be able to add ActiveX controls to the dialog and make member variables for them using ClassWizard (see below for more details).
This example assumes you are creating the ActiveX Control in a dialog box.
Right-click on the dialog box and select Insert ActiveX Control from the menu.
From the list that appears, choose Morovia Barcode ActiveX to include. It displays an area of barcode image. Change the symbology to the one you are working with, and other properties.
