Adding a project reference

Top  Previous  Next

Follow these steps to add the Telnet Factory for .NET component to your Visual Studio .NET project.

 

1. Create a new project, or open an existing project, to which you want to add Telnet Factory for .NET.

 

2. From the Solution Explorer window, right-click the References node and select Add Reference from the popup menu.

 

 

The Add Reference dialog box is displayed.

 

 

3. From the .NET tab, scroll down to locate Telnet Factory for .NET.

 

4. Select Telnet Factory for .NET and click Select.

 

Note

 

You may also double-click Telnet Factory for .NET to select it.

 

 

5. Click OK to add the reference to your project.

 

The Telnet Factory for .NET reference is now listed in your project references.

 

 

6. You can now create a Telnet instance. For example,

 

[C#]

using Jscape.Telnet;

 

// Create telnet instance

Telnet telnet = new Telnet("10.0.0.1");

 

 

[Visual Basic]

Imports Jscape.Telnet

 

Private WithEvents myTelnet As Telnet

' Create telnet instance

myTelnet = New Telnet("10.0.0.1")

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC