autECLOIA Class

The autECLOIA object retrieves status from the Host Operator Information Area. Its name in the registry is ZIEWin.autECLOIA.

You must initially set the connection for the object you create. Use SetConnectionByName or SetConnectionByHandle to initialize your object. The connection may be set only once. After the connection is set, any further calls to the set connection methods cause an exception. If you do not set the connection and try to access a property or method, an exception is also raised.
Note: The autECLOIA object in the autECLSession object is set by the autECLSession object.
The following example shows how to create and set the autECLOIA object in Visual Basic.
DIM  autECLOIA as Object
 
Set autECLOIA = CreateObject("ZIEWin.autECLOIA")
autECLOIA.SetConnectionByName("A")