Exemple
L'exemple suivant montre comment déconnecter une session d'émulateur ZIEWin de l'hôte.
Dim autECLConnList as Object Set autECLConnList = CreateObject("ZIEWin.autECLConnList") 'Start the first session autECLConnList.Refresh autECLConnList(1).StartCommunication() ' 'Interact programmatically with host ' autECLConnList.Refresh 'Stop the first session autECLConnList(1).StartCommunication()