How fire wodFTPDLX event - WeOnlyDo Discussion board

How fire wodFTPDLX event (General questions)

by Arturo, Wednesday, February 15, 2006, 18:50 (6855 days ago)

How fire wodFTPDLX event

ftp1 is wodFTPDLX for Visual Basic Classic(6.0) Active X

MY program is in Visual Basic .Net 2003

'Code Visual Basic .Net

for i=0 to List.Items.Count - 1

Ftp1.Connect()

Next i

'This Sub call to Ftp1_Connected but do this until my loop end.
'***** I need execute the Ftp1_Connected when i am inside to the loop not at end *****

Private Sub Ftp1_Connected(ByVal ErrorCode As Integer, ByVal ErrorText As String) Handles Ftp1.Connected

[:doh:]


Complete thread: