|
|
| |
| Does Distinct Offer Intelliterm as an ActiveX Component for VT420, VT220, VT320, VT100 ? |
| |
Not quite, but Intelliterm can be used as an OLE Automation Server. Intelliterm exposes a vast set of function that allow VB, VC++, VBA and C# developers to create custom applications with terminal emulation capabilities. This is done by calling certain functions that IntelliTerm exposes. Read the online OLE automation Intelliterm API document to see the API that IntelliTerm provides or download the OLE Automation samples.
These samples (written in VB, C++ and C# for VS.NET) show how to create an application that launches IntelliTerm, connect to a host system emulating a TN3270, a TN5250 or a VT420 terminal, execute commands on the hosts from within the VB application and hide the IntelliTerm window. Although IntelliTerm is not an ActiveX component, you can use the OLE Automation feature of IntelliTerm to accomplish very similar results that you could do with an ActiveX. If you need to learn more about OLE Automation, you can also read Donis Marshall, ActiveX / OLE Programming
|
|
|