Notification interface and arrays (General questions)
I'm using the SSH component in VB6.
I want to use an array of those components, using the notification interface.
Dim SshArray(10) As wodSSHCom
Implements IwodSSHNotify
In the
Private Sub IwodSSHNotify_Disconnected(ByVal Owner As WODSSHCOMLib.IwodSSHCom)
End Sub
how can I see what index in the array did the disconnect?
dirk.