Notification interface and arrays - WeOnlyDo Discussion board

Notification interface and arrays (General questions)

by dirk, Thursday, March 24, 2011, 16:20 (4804 days ago)

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.


Complete thread: