Download a file or URL using UrlDownloadFile.

Submitted by date of submission user level 

Ross Sept 07, 2000 Beginner 

UrlDownloadToFile function can be used to download a URL in the form of bits and saves as a file. You can download any type of files. For example, bmp, dwg or doc.

hr = URLDownloadToFile ( NULL, "http://www.mindcracker.com/my.mh.dwg",

"c:\\mh.dwg", 0, NULL );

 

 

RW.