Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a File II
Message
From
02/10/2002 11:31:26
Fabian Belo
Independent Developer
Argentina
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Getting a File II
Miscellaneous
Thread ID:
00706896
Message ID:
00706896
Views:
45
Another (simplify) way to catch URLs & certain web files:
Declare Long URLDownloadToFile in "urlmon";
Long pCaller,;
String szURL,;
String szFileName,;
Long dwReserved,;
Long lpfnCB
 
url="http://www.whatever.com"
*Add any extension (html - asp - txt...etc
localfilename="d:/yourfile.extension"
ngRetVal = URLDownloadToFile(0, URL, LocalFilename, 0, 0) 
? ngRetVal
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Next
Reply
Map
View

Click here to load this message in the networking platform