Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to save to file the result of compound web page
Message
 
 
To
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:
01220408
Views:
15
>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.

Great, thanks a lot.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform