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. Visual Basic
  4. Scanning a web page

Scanning a web page

Scheduled Pinned Locked Moved Visual Basic
csharphelp
3 Posts 3 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.
  • D Offline
    D Offline
    David Loring
    wrote on last edited by
    #1

    I need to monitor a web page open in my browser and click a 'button' every x minutes, and if the page has changed, to pop up an alert. I have no idea if this is possible and would appreciate anyone's suggestions as to how this might be achieved. I am experienced in VB, and can understand C#. It would not be a problem if the program had to open the web page in a browser control within the program. Thanks.

    S K 2 Replies Last reply
    0
    • D David Loring

      I need to monitor a web page open in my browser and click a 'button' every x minutes, and if the page has changed, to pop up an alert. I have no idea if this is possible and would appreciate anyone's suggestions as to how this might be achieved. I am experienced in VB, and can understand C#. It would not be a problem if the program had to open the web page in a browser control within the program. Thanks.

      S Offline
      S Offline
      ScottM1
      wrote on last edited by
      #2

      Is this for OGame? Check this http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21298311.html[^]

      1 Reply Last reply
      0
      • D David Loring

        I need to monitor a web page open in my browser and click a 'button' every x minutes, and if the page has changed, to pop up an alert. I have no idea if this is possible and would appreciate anyone's suggestions as to how this might be achieved. I am experienced in VB, and can understand C#. It would not be a problem if the program had to open the web page in a browser control within the program. Thanks.

        K Offline
        K Offline
        KaptinKrunch
        wrote on last edited by
        #3

        It could be possible with the web browser control. http://msdn.microsoft.com/en-us/library/2te2y1x6.aspx[^] pseduo code fetch page -> store source code Timer ticks off and triggers event fetch page -> store source code compare previous code to new code; if different do something

        Just because we can; does not mean we should.

        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