Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. HTMLDocument

HTMLDocument

Scheduled Pinned Locked Moved C#
questioncomtutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Yulianto
    wrote on last edited by
    #1

    How can I get HTMLDocument of an URL? I need to get HTMLDocument from a bulk url. I think I can't use WebBrowser because it needs to wait until the document is competed.


    Don't work hard, but work effectively. Travel guide | invest money

    L 1 Reply Last reply
    0
    • Y Yulianto

      How can I get HTMLDocument of an URL? I need to get HTMLDocument from a bulk url. I think I can't use WebBrowser because it needs to wait until the document is competed.


      Don't work hard, but work effectively. Travel guide | invest money

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      you can use WebBrowser.Document, which is available when the document is complete, hence look for the WebBrowser.DocumentCompleted event. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
      [The QA section does it automatically now, I hope we soon get it on regular forums as well]


      Y 1 Reply Last reply
      0
      • L Luc Pattyn

        you can use WebBrowser.Document, which is available when the document is complete, hence look for the WebBrowser.DocumentCompleted event. :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


        I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
        [The QA section does it automatically now, I hope we soon get it on regular forums as well]


        Y Offline
        Y Offline
        Yulianto
        wrote on last edited by
        #3

        I know the webbrowser. I'm looking for another way, maybe download it as a string and convert it into HTML document?


        Don't work hard, but work effectively. Travel guide | invest money

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups