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. question about autodownloading an update

question about autodownloading an update

Scheduled Pinned Locked Moved C#
questionsysadminhelpannouncement
5 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.
  • L Offline
    L Offline
    likefood
    wrote on last edited by
    #1

    Ok, I have this program (kind of a work-in-progress), and a number of people use it. Up until now, whenever I did an update, I just uploaded the files to a server somewhere, and then sent a notification email to some people (and they download the file(s) at their convenience). However, one of the users asked that I instead implement an update option inside the program where you could click on something, and the program would automatically go out to the internet and download the update and "install" it. The installation of the update is not a problem at all. I can figure that out. However, I've never delved into the practice of using the internet programatically (never even used the browser window object), and I wouldn't know where to start. Can someone please point me in the right direction (know any good articles?), or, if it's simple, show me how I can get the program to just do the following:

    • go to a URL and get the contents of a text file (for info checking)
    • depending on the info, go to a different URL and download a different file (the update)

    -Daniel Typing too fast fro my owngood

    R A 2 Replies Last reply
    0
    • L likefood

      Ok, I have this program (kind of a work-in-progress), and a number of people use it. Up until now, whenever I did an update, I just uploaded the files to a server somewhere, and then sent a notification email to some people (and they download the file(s) at their convenience). However, one of the users asked that I instead implement an update option inside the program where you could click on something, and the program would automatically go out to the internet and download the update and "install" it. The installation of the update is not a problem at all. I can figure that out. However, I've never delved into the practice of using the internet programatically (never even used the browser window object), and I wouldn't know where to start. Can someone please point me in the right direction (know any good articles?), or, if it's simple, show me how I can get the program to just do the following:

      • go to a URL and get the contents of a text file (for info checking)
      • depending on the info, go to a different URL and download a different file (the update)

      -Daniel Typing too fast fro my owngood

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      See these articles:

      • Updater[^]
      • WebUpdater[^]

      /ravi

      My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

      L 1 Reply Last reply
      0
      • L likefood

        Ok, I have this program (kind of a work-in-progress), and a number of people use it. Up until now, whenever I did an update, I just uploaded the files to a server somewhere, and then sent a notification email to some people (and they download the file(s) at their convenience). However, one of the users asked that I instead implement an update option inside the program where you could click on something, and the program would automatically go out to the internet and download the update and "install" it. The installation of the update is not a problem at all. I can figure that out. However, I've never delved into the practice of using the internet programatically (never even used the browser window object), and I wouldn't know where to start. Can someone please point me in the right direction (know any good articles?), or, if it's simple, show me how I can get the program to just do the following:

        • go to a URL and get the contents of a text file (for info checking)
        • depending on the info, go to a different URL and download a different file (the update)

        -Daniel Typing too fast fro my owngood

        A Offline
        A Offline
        Anthony Mushrow
        wrote on last edited by
        #3

        Hmm, thats a great idea, i should do this for my app.

        L 1 Reply Last reply
        0
        • R Ravi Bhavnani

          See these articles:

          • Updater[^]
          • WebUpdater[^]

          /ravi

          My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

          L Offline
          L Offline
          likefood
          wrote on last edited by
          #4

          Thank you for the articles! But, that's far more complicated than I was expecting. I'll keep looking.

          -Daniel Typing too fast fro my owngood

          1 Reply Last reply
          0
          • A Anthony Mushrow

            Hmm, thats a great idea, i should do this for my app.

            L Offline
            L Offline
            likefood
            wrote on last edited by
            #5

            I think I've found my simpler option: - WebBrowser object plus creative programming

            -Daniel Typing too fast fro my owngood

            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