Starting Telnet in Hummingbird Basic Using OLE

HostExplorer Programming

Starting Telnet in Hummingbird Basic Using OLE

To start Telnet in OLE automation mode, you must create an object variable and associate that variable with the application on your system.

  1. Declare Telnet as the object. For example:

Dim Telnet as object
  1. Start the application, if it is not already running, using the WyseTerm object. For example,

set Telnet=CreateObject(“Hummingbird.WyseTerm”)

If the application is already running, connect to it using the following statement:

set Telnet=GetObject(,"Hummingbird.WyseTerm")
Note: 
  Note the comma preceding "Hummingbird Telnet".
  1. Configure Telnet using the Property and Method Syntax included.

Related Topics

Available OLE Objects in Telnet