Download a web page
-
Whats the easiest way to download a web page. I dont want to view it. I just want to download to my desktop for example, then I will process it. Like, for instance, I want to download www.mywebpage.com\test.html (just an example) to my desktop.
-
Whats the easiest way to download a web page. I dont want to view it. I just want to download to my desktop for example, then I will process it. Like, for instance, I want to download www.mywebpage.com\test.html (just an example) to my desktop.
Right click on the link, Save Target As... "Another day done - All targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly" - Jennie A.
-
Right click on the link, Save Target As... "Another day done - All targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly" - Jennie A.
Thanks for the reply. I shouldve said that I need to download it using VC++. I'm not familiar with sockets and it seems simple to do but it may not be.
-
Whats the easiest way to download a web page. I dont want to view it. I just want to download to my desktop for example, then I will process it. Like, for instance, I want to download www.mywebpage.com\test.html (just an example) to my desktop.
http://www.codeproject.com/internet/webgrab.asp is dead easy to use Bryce --- Publitor, making Pubmed easy. http://www.sohocode.com/publitor
-
http://www.codeproject.com/internet/webgrab.asp is dead easy to use Bryce --- Publitor, making Pubmed easy. http://www.sohocode.com/publitor
Thanks! Great help!
-
Whats the easiest way to download a web page. I dont want to view it. I just want to download to my desktop for example, then I will process it. Like, for instance, I want to download www.mywebpage.com\test.html (just an example) to my desktop.
hi, use CHttpSession,CHttpConnection,CHttpFile. using these class u can able to read the content from the server. It's the easiest way. Have A Nice Day Murali.M
-
hi, use CHttpSession,CHttpConnection,CHttpFile. using these class u can able to read the content from the server. It's the easiest way. Have A Nice Day Murali.M
Did you mean CInternetSession or CHttpSession itself !! greatest thing is to do wot others think you cant :)
suhredayan@omniquad.com -
Did you mean CInternetSession or CHttpSession itself !! greatest thing is to do wot others think you cant :)
suhredayan@omniquad.comHi, that's CInternetSesssion not CHttpSession. Have A Nice Day! Murali.M
-
Whats the easiest way to download a web page. I dont want to view it. I just want to download to my desktop for example, then I will process it. Like, for instance, I want to download www.mywebpage.com\test.html (just an example) to my desktop.
URLDownloadToFile()
. Or you can get crazy and use my Web Resource Provider class. :) /ravi My new year resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com