Copyright © 2001-2019 MultiMedia Soft

Adding the control to a Visual C++ 6 project

Previous pageReturn to chapter overviewNext page

Find below required steps:

 

Open the project you are working on
Choose the "Project/Add To Project/Components and Controls..." menu item
From the "Components and Controls Gallery" select the "Registered ActiveX controls" folder
From the "Components and Controls Gallery", select the "Active DJ Studio Control" element as seen in the screenshot below and press the Insert button

 

 

amp3dj_i000057

 

Press the "OK" button on the message box and dialog box that will appear.

 

amp3dj_i000058

 

Now press the "Close" button of the "Components and Controls Gallery" that will take you again to your project working area
Once the control has been inserted inside the project, the following icon should appear inside your development environment toolbox

 

amp3dj_i000059

 

Now you can select the control icon inside the toolbox and drag it into the dialog box under editing; the following icon will appear on the dialog box (note that this icon will be invisible at runtime)

 

amp3dj_i00005a

 

Note that you can add more than one instance of the control but the total of the allocated players cannot exceed the maximum number available for the purchased edition.
You can now start developing your code around the control as described inside the How to use the control in your projects section.