CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    24

    Using WinSock to read a text file on the net

    I want to use winsock to read a text file on the internet, how would I do this?


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Using WinSock to read a text file on the net

    I'd suggest to use either WebBrowser control (Microsoft Internet Control) or Internet Transfer Control (Microsoft Internet Transfer Control).

    -Cool Bizs

    Good Luck,
    -Cool Bizs

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