wodFtpDLXCom (General questions)
Morning
I have a number of forms in my VB6 project which can all start FTP sessions so I moved
Dim WithEvents Sftp1 As wodFtpDLXCom
Implements IwodFtpNotify
and all the associated IwodFtpNotify methods to a class. I have a connect method which I call and it seems to work OK but does not fire any of the IwodFtpNotify methods like StateChange.
What am I missing?
Thanks