Exemple
L'exemple suivant montre comment rechercher un élément à l'aide du descripteur de connexion.
Dim Hand as Long Dim autECLConnList as Object Dim ConnObj as Object Set autECLConnList = CreateObject("ZIEWin.autECLConnList") ' Initialize the collection autECLConnList.Refresh ' Assume Hand obtained earlier Set ConnObj = autECLConnList.FindConnectionByHandle(Hand) Hand = ConnObj.Handle