Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a File II
Message
De
02/10/2002 11:31:26
Fabian Belo
Independent Developer
Argentine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Getting a File II
Divers
Thread ID:
00706896
Message ID:
00706896
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform