vb6 - Compile Error: Connot Handle Events for the object specified
CptNeutral,
I am really sorry to bug you down with this stuff. If you recall, the module that ran was the module in the "clsFTP.zip".
Now, I cloned the class module in the above zip file, copied and pasted the source codes into my own project.
My class module is called: clsFTP(clsFTP.cls)
While trying to run it, I get a compile Error: Can not handle Events for the object specified on this line code:
Code:
Private WithEvents cFTP As clsFTP
with
Code:
WithEvents cFTP As clsFTP
hilited.
What am I doing wrong here?
This is really getting me frustrated
Giftx.