Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
4-3
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 4      Building Your Application
Setting Up Your Environment for .NET
Add a new key named CiscoCtiOsDotNetCil under 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.X\AssemblyFolders
The Default value should be set to the full qualified path of the location on which 
.NET CIL was installed. For example
D:\Program Files\Cisco Systems\CTIOS Client\CTIOS Toolkit\dotNet 
CIL\Class Libraries
Note
7.X should be the actual version of Microsoft Visual Studio .NET 2003 you have 
installed
Also, to enable the Cisco CTI OS RCWs, repeat the steps described before only 
this time Add a new key named CiscoCtiOsRCWs under 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.X\AssemblyFolders
 
The Default value should be set to the full qualified path of the location on which 
the RCWs  were installed. For example
D:\Program Files\Cisco Systems\CTIOS Client\CTIOS Toolkit\Win32 
CIL\.NETInterops
Note
7.X should be the actual version of Microsoft Visual Studio .NET 2003 you have 
installed
Adding Cisco CTI OS ActiveX 7.1(1) Controls to the Toolbox
The Visual Studio .NET 2003 IDE allow visual editing of Windows Forms based 
applications toolbox of visual components available. Since Windows Forms 
applications are native, the visual components are also native. However, it still is 
possible to use ActiveX controls and they can also be included in the toolbox.
In order to use the Cisco CTIOS ActiveX 7.1(1) Controls in Visual Studio .NET 
2003, it is necessary to configure the Cisco CTI OS RCWs as described in the 
previous section add to the Form Editor Toolbox:
1.
From Visual Studio’s  View menu make sure to select the “Add/Remove 
Toolbox Items…” command