Home All Groups Group Topic Archive Search About
Author
2 Jun 2005 7:23 PM
Marty
Hi,

If I want to download files "http://myWebAddress.com/abc/*.*" from my
VB6 project, do I have to create a WinHttp.WinHttpRequest object?

Is it the good object to use to perform the task that I want?

Thanks you!
Marty

Author
3 Jun 2005 2:38 AM
Veign
Downloading Files using URLDownloadToFile
http://vbnet.mvps.org/index.html?code/internet/urldownloadtofile.htm

Ensuring URLDownloadToFile Bypasses a Cached File Copy
http://vbnet.mvps.org/index.html?code/internet/urldownloadtofilenocache.htm

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/


"Marty" <xmart***@hotmail.com> wrote in message
news:o0Jne.29638$on1.5610@clgrps13...
Show quoteHide quote
> Hi,
>
> If I want to download files "http://myWebAddress.com/abc/*.*" from my
> VB6 project, do I have to create a WinHttp.WinHttpRequest object?
>
> Is it the good object to use to perform the task that I want?
>
> Thanks you!
> Marty