CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Open HTTP

  1. #1
    Join Date
    May 2012
    Location
    Australia
    Posts
    15

    Open HTTP

    How can i open a HTTP network connection? Any one haz th codez? Then I must parse the html.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Open HTTP

    Perhaps, WinInet could help you?
    Victor Nijegorodov

  3. #3
    Join Date
    May 2012
    Location
    Australia
    Posts
    15

    Re: Open HTTP

    Wow. That look very complex. is there no easyier way??!?

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Open HTTP

    If you can use MFC - then look at the
    CHttpConnection Class
    CInternetSession Class
    Victor Nijegorodov

  5. #5
    Join Date
    May 2012
    Location
    Australia
    Posts
    15

    Re: Open HTTP

    Thank you!!!
    Last edited by Yarlini Amirthanesan; May 31st, 2012 at 08:22 PM.

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