Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
Adding the component to a Visual Studio.NET 2003 project 
 
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 DJ Studio" as displayed below 
  •  
     
     
  • Pressing the "OK" button will bring you again to your project working area and the icon below will appear inside your toolbox 
  •  
     
     
  • 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 
  •  
     
     
  • 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 
  •  
     
     
     
     
     
     
     
    Copyright © 2005-2008 MultiMedia Soft 
    Return to Table of contents