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

    saving complete webpage

    hi Gurus ,

    I hope someone can help me by telling
    HOW DO I SAVE COMPLETE WEBPAGE together with images
    and html for given URL . I dont have to display page but saveing only.

    Thanks

  2. #2
    Join Date
    Mar 2004
    Posts
    15

    ....

    or plz tell me if there is some article available for doing so......

    Thanks again

  3. #3
    Join Date
    Jan 2004
    Location
    Bangalore
    Posts
    53
    Hi Check these APIs

    InternetOpen
    InternetConnect
    HttpOpenRequest

    and also refer this book(I ve referred this book for my work)

    Peter Norton, Rob McGregor- Guide to Windows 95, NT4 programmes with MFC, Prentice hall, First edition, 1999.

  4. #4
    Join Date
    Mar 2004
    Posts
    15

    .....

    Thanks for ur responce , i have already solved my problem
    by first downloading html code for page, then i parsed
    html code for image links and then i downloaded all images
    and saved them to HD .

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