Copyright © 2006-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 Sound Recorder ActiveX Control" element as seen in the screenshot below and press the Insert button

 

asrec_i00005a

 

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

 

asrec_i00005b

 

•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

 

asrec_i00005c

 

•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)

 

asrec_i00005d

 

•You can now start developing your code around the control as described inside the How to use the control in your projects section.