G
Guest
Hi Friends
Would like to know what's the difference between creating an object like this:
1) Dim Obj As New aspftp.ASPTFP
And this:
2) Dim Obj As aspftp.ASPFTP
Obj = CreateObject("aspftp.ASPFTP")
Reason I ask is number 1 works for me, but number 2 fails with this error:
"Cannot create activeX component'"
This issue is discussed in other forum, but there is no answer at the end.
Although my problem of "cannot create ActiveX component" is solved, seems
that there will be problem in the future if I use (1) to solve this problem...
Thanks in advance
Tom
Would like to know what's the difference between creating an object like this:
1) Dim Obj As New aspftp.ASPTFP
And this:
2) Dim Obj As aspftp.ASPFTP
Obj = CreateObject("aspftp.ASPFTP")
Reason I ask is number 1 works for me, but number 2 fails with this error:
"Cannot create activeX component'"
This issue is discussed in other forum, but there is no answer at the end.
Although my problem of "cannot create ActiveX component" is solved, seems
that there will be problem in the future if I use (1) to solve this problem...
Thanks in advance
Tom