How do I make a program (programmed in VB6) download a file from a website to a certain pathway that I have decided?
//Alex
Printable View
How do I make a program (programmed in VB6) download a file from a website to a certain pathway that I have decided?
//Alex
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.
use one of the billions of examples @ www.pscode.com/vb
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
Here is an example I uploaded to the Code Bank using the Inet control
http://www.vbforums.com/showthread.php?t=311040