Copyright © 2006-2010 MultiMedia Soft

Adding the component to a Visual Studio 2003 project

Previous pageReturn to chapter overviewNext page

Here follow the steps required:

 

Open the project you are working on
If not already visible, open the Toolbox of Visual Studio.NET 2003
Right click the mouse button over the Toolbox surface.
Select the "Add/Remove Items..." menu item (if still using Visual Studio.NET 2002 use the "Customize Toolbox..." menu item); this will open the "Customize Toolbox" dialog box.
Select the ".NET Framework components" tab
Between the installed components find the component named "Audio Sound Recorder" as displayed below

 

asrecnet_i00005f

 

Pressing the "OK" button will bring you again to your project working area and the icon below will appear inside your toolbox

 

asrecnet_i000060

 

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) and one reference to the control will be automatically added to the "References" section of the Project

 

asrecnet_i000061

 

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