|
-
Apr 27th, 2006, 12:55 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Download code
How do I make a program (programmed in VB6) download a file from a website to a certain pathway that I have decided?
//Alex
-
Apr 27th, 2006, 03:00 AM
#2
Re: Download code
There are a lot of ways you can download a file using VB. Inet, Winsock, Webbrowser are all controls that pop to mind that you can use.
-
Apr 27th, 2006, 03:19 AM
#3
Re: Download code
use one of the billions of examples @ www.pscode.com/vb
-
Apr 27th, 2006, 03:50 AM
#4
Re: Download code
Or you can use the one I wrote here:
http://www.vbforums.com/showthread.p...hreadid=310235
The better method is the one that uses the vbWinsock class I wrote.
Hope this helps.
Woooof
-
Apr 27th, 2006, 05:41 AM
#5
Re: Download code
Here is an example I uploaded to the Code Bank using the Inet control
http://www.vbforums.com/showthread.php?t=311040
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
|