K
KM
Hi group
I´m currently trying to put together a small c++ dll that can access a
webpage and write the contens to a local disk (I´m using VS.NET 2003).
It seems that MS has created some nice API´s for accessing internet
pages, and I´m trying something like this:
CInternetSession oSes("Mozilla Firefox");
CStdioFile* oFile = oSes.OpenURL(cURL);
The way I´ve read the msdn, oFile is now a pointer to the whole webpage
and it should be easy to write it to a local disk. Is that correct?. If
so, how do I do it?
Any suggestion or links is most welcome
TIA
Kaare
I´m currently trying to put together a small c++ dll that can access a
webpage and write the contens to a local disk (I´m using VS.NET 2003).
It seems that MS has created some nice API´s for accessing internet
pages, and I´m trying something like this:
CInternetSession oSes("Mozilla Firefox");
CStdioFile* oFile = oSes.OpenURL(cURL);
The way I´ve read the msdn, oFile is now a pointer to the whole webpage
and it should be easy to write it to a local disk. Is that correct?. If
so, how do I do it?
Any suggestion or links is most welcome
TIA
Kaare