priskon
hello,
i have the last sftplibary and like a other solved problem here
(PostPosted: 04-19-2005 04:59 PM Post subject: SOLVED - VB6 OnTransferProgress)
my libary dies, when i use the events in vb6 like this:
Private WithEvents FTPo As FTPConnectionSTA
....
Set FTPo = New FTPConnectionSTA
...
...
...
Private Sub FTPo_OnTransferProgress(ByVal nBytesTransferredLo As Long, ByVal nBytesTransferredHi As Long)
RaiseEvent uebertragen(nBytesTransferredLo)
End Sub
If i use no event-notification all is ok!
What goes wrong?
i have the last sftplibary and like a other solved problem here
(PostPosted: 04-19-2005 04:59 PM Post subject: SOLVED - VB6 OnTransferProgress)
my libary dies, when i use the events in vb6 like this:
Private WithEvents FTPo As FTPConnectionSTA
....
Set FTPo = New FTPConnectionSTA
...
...
...
Private Sub FTPo_OnTransferProgress(ByVal nBytesTransferredLo As Long, ByVal nBytesTransferredHi As Long)
RaiseEvent uebertragen(nBytesTransferredLo)
End Sub
If i use no event-notification all is ok!
What goes wrong?