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.
-
- Dim Telnet as object
-
- set Telnet=CreateObject(“Hummingbird.WyseTerm”)
- If the application is already running, connect to it using the following statement:
- Configure Telnet using the Property and Method Syntax included.