Results 1 to 3 of 3

Thread: [2005] Check for program updates?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    115

    [2005] Check for program updates?

    Just wondering, lots of programs have the function that on load, it will automatically check for updates and notify you if there is a newer version out! How can I do this?

    Cheers!

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [2005] Check for program updates?

    They usually check for the setup file over the Internet, if the file's creation time is newer than it's own, it knows there is a new version [that's just one way].
    [Another way] you might publish versions table (DB) to the public and check from the client app using a web-service
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    115

    Re: [2005] Check for program updates?

    hmm, i see! but how would i proceed if i want to check the file creation time?

    Code example?

    Cheers!

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