DKDiveDude
Registered User.
- Local time
- Today, 05:42
- Joined
- Mar 28, 2003
- Messages
- 56
In Access 2000 on my Notebook computer, I added a Reference to msinet.ocx, included with Visual Basic 5.0, 6.0, Office 2000 Developer, Visual FoxPro 6.0, Visual C++ 5.0, 6.0, it hosts the Microsoft Internet Transfer Control.
Anyways only on my desktop computer had I installed one of the above programs, so I copied the msinet.ocx file from the System32 folder (Windows 2000) to my Notebook which runs Windows XP.
The functions and data types are recognized fine, but when I get to the following point:
Dim FTP as Inet
Set FTP = New Inet
Specifically Set FTP = New Inet, I get the following error:
Run-time error '429'
ActiveX component can't create object
Reading the help subject on this error, I see that it could be caused by the object class is not registrered.
How can I easily do that, without installing one of the top mentioned program, or what else could cause this problem.
Thanks
Anyways only on my desktop computer had I installed one of the above programs, so I copied the msinet.ocx file from the System32 folder (Windows 2000) to my Notebook which runs Windows XP.
The functions and data types are recognized fine, but when I get to the following point:
Dim FTP as Inet
Set FTP = New Inet
Specifically Set FTP = New Inet, I get the following error:
Run-time error '429'
ActiveX component can't create object
Reading the help subject on this error, I see that it could be caused by the object class is not registrered.
How can I easily do that, without installing one of the top mentioned program, or what else could cause this problem.
Thanks