Using CFile (or any other MFC / ATL File class) how can I read a Textfile that that is present in some web location?
Printable View
Using CFile (or any other MFC / ATL File class) how can I read a Textfile that that is present in some web location?
Hi.
You can use CHttpFile
http://msdn.microsoft.com/en-us/libr...=vs.80%29.aspx
Best regards.
You can download it and then read it.