CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Reading Text file from Internet

    Using CFile (or any other MFC / ATL File class) how can I read a Textfile that that is present in some web location?

  2. #2
    Join Date
    Feb 2005
    Location
    Madrid (Spain)
    Posts
    511

    Re: Reading Text file from Internet

    Hi.

    You can use CHttpFile

    http://msdn.microsoft.com/en-us/libr...=vs.80%29.aspx

    Best regards.

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Reading Text file from Internet

    You can download it and then read it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured