Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to save to file the result of compound web page
Message
From
27/04/2007 09:37:00
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01216100
Message ID:
01220405
Views:
27
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform