Results 1 to 5 of 5

Thread: [RESOLVED] Updating my software

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Resolved [RESOLVED] Updating my software

    I want to add update notification feature to my application. I want that when user clicks on “Check for updates” it find and notify user if there is any update available. For that what practice should I use? Should I download a text file read some data and compare and tell user that update is available? Or there is any other better option?

    Plz help

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Updating my software

    I would use a standard text file stored on a webserver to check for latest version #, and also have the download URL to the newest version in there.

    You could use the Inet control to read this text file, or the Winsock API/control. Inet is the easiest.

    There's probably several examples on this forum if you look in the CodeBank.

  3. #3
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Updating my software

    Text File Method:
    http://www.vbforums.com/showpost.php...0&postcount=14

    Server Side Code Method (ASP in this case):
    http://www.vbforums.com/showpost.php...46&postcount=6

    There is also this one on Planet Source Code ..
    http://www.planet-source-code.com/vb...57136&lngWId=1
    Last edited by rory; Oct 15th, 2006 at 10:59 AM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Re: Updating my software

    wow
    thanks rory great samples
    let me do some R&D

  5. #5
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: [RESOLVED] Updating my software

    No Prob .. that first one was supposed to be Text File Method BTW (i had Test) ... edited it ..

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