Copyright © 2005-2011 MultiMedia Soft

Adding the component to a Visual Studio 2003 project

Previous pageReturn to chapter overviewNext page

Find below required steps:

 

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 DJ Studio" as displayed below

 

adjstudnet_i000052

 

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

 

adjstudnet_i000053

 

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

 

adjstudnet_i000054

 

Note that you can add more than one instance of the control but the total number of 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