Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to save to file the result of compound web page
Message
De
27/04/2007 09:37:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01216100
Message ID:
01220405
Vues:
17
Mike Gagnons code doesn't work for me. Try this instead to get an mhtml file:
loMsg = CreateObject("CDO.Message")
loMsg.CreateMHTMLBody('http://news.google.com/nwshp?hl=en&tab=wn&q=',0,'','')
loStream = loMsg.GetStream()
loStream.SaveToFile("d:\googlenews.mhtml")
Bye, Olaf.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform