Adrive 0 Posted August 11, 2010 Hi i just want to know that how i can tell my program that a new or newer version of this program is available. i also have a website but i don't know how it all 'll work. Share this post Link to post Share on other sites
Tvern 11 Posted August 11, 2010 I uasually keep a textfile on the website containing the latest version. When the program runs it will try to download that and compare versions, then update if needed. Share this post Link to post Share on other sites
Adrive 0 Posted August 11, 2010 ok, my page contains this text "3.0.1" only, but how do i read text from page and compare it? Share this post Link to post Share on other sites
Tvern 11 Posted August 12, 2010 _INetGetSource() to read the page _VersionCompare() to compare. You could have easily found that in the helpfile though. Share this post Link to post Share on other sites
SecretLanguage 0 Posted August 12, 2010 good question i will check it out my self. that is your other reply that sounds like it should work thanks _INetGetSource() to read the page _VersionCompare() to compare. You could have easily found that in the helpfile though. Share this post Link to post Share on other sites