|
-
Oct 15th, 2006, 08:50 AM
#1
Thread Starter
Lively Member
[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
-
Oct 15th, 2006, 09:17 AM
#2
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.
-
Oct 15th, 2006, 09:42 AM
#3
PowerPoster
Last edited by rory; Oct 15th, 2006 at 10:59 AM.
-
Oct 15th, 2006, 10:54 AM
#4
Thread Starter
Lively Member
Re: Updating my software
wow
thanks rory great samples
let me do some R&D
-
Oct 15th, 2006, 11:00 AM
#5
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|