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

    HTTP Post with CInternetSession

    I understand the gist of this but i'm confused when it comes to sending information through post. I've read alot about it, but its hard for me to learn w/o a real life example. Could someone give me a code of how I could, let's say, search codeguru.com for something (on their main page, not forum).

    Thanks in Advance,
    Vince

  2. #2
    Join Date
    Apr 2001
    Location
    Tampa Florida
    Posts
    233

    Re: HTTP Post with CInternetSession

    Hello
    Try this - go to Internet Explored and type www.codeguru.com
    Then File -> SaveAs and name your web page.
    Open the saved with NotePad and see what you have to deal with.
    Sometimes the data is there within the HTML and sometimes it is retrieved from scripts
    Regards
    "trampling out the vintage"

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