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

Threaded View

  1. #1
    Join Date
    Aug 2009
    Posts
    20

    Post WebBrowser - download page without displaying it

    hi, my app have to visit many pages and i want to optimize it a little bit,
    i have already disabled images/videos/sounds downloading(i care only about html content), is there a way to download page with webbrowser but do not display it ? i am well aware of httpwebrequest etc. but html content downloaded this way is different from browser source code of website, probably something with ajax etc

    EDIT:
    solution where i dont need webbrowser, and downloaded html content will be exactly the same as browser source will be much more appreciated
    Last edited by sv13; April 20th, 2010 at 10:49 AM.

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