|
-
Jul 27th, 2006, 02:16 PM
#1
Thread Starter
New Member
createobject("ftp.ftp") fail
createobject("ftp.ftp") fail
anyone knows what it required to createobject("ftp.ftp"), on my old crashed machine it works and I did not even notice it, but now when I moved my code to the new one, it fails and says error 429, activex component can't create object, please help!
thanks a lot
!
-
Jul 27th, 2006, 02:29 PM
#2
Addicted Member
Re: createobject("ftp.ftp") fail
"activex component can't create object" This is a ridiculus error .. like others in MS.
Try referencing the dll, and creating the object using new keyword.
- cha0s4u ENJOI
Do Remember to RATE a post if it helps u,
Ratings encrougage those who Know enough,to help others 
-
Jul 27th, 2006, 02:29 PM
#3
Re: createobject("ftp.ftp") fail
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Jul 27th, 2006, 02:47 PM
#4
Re: createobject("ftp.ftp") fail
If your trying to FTP then there are APIs that will do it without the need for a control or object.
http://www.allapi.net/apilist/6C3268...B16373E9F.html
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 27th, 2006, 04:14 PM
#5
Thread Starter
New Member
Re: createobject("ftp.ftp") fail
 Originally Posted by cha0s4u
"activex component can't create object" This is a ridiculus error .. like others in MS.
Try referencing the dll, and creating the object using new keyword.
Thanks for quick reply, but
what dll shall I reference, that is exactly what I need to know.
-
Jul 27th, 2006, 04:15 PM
#6
Thread Starter
New Member
Re: createobject("ftp.ftp") fail
 Originally Posted by Static
what are u trying to do?
create ftpclient and do FTP, any clues?
-
Jul 27th, 2006, 04:28 PM
#7
Re: createobject("ftp.ftp") fail
 Originally Posted by allenchan
create ftpclient and do FTP, any clues?
See code example in my post #4 link.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|