how can i make my program,..... i guess ping or something an IP address and check a value, and if the value is newer then the one it has to load the new one. What im trying to do is the have a way for the program to download updates..
The best way to do that is Web Services, then next is database you can connect to to check the version value. If you cant do either then maybe something simple like a file on a webserver that indicates the latest version of the software.
well, hmm would either of those methods work behind a heavy dutty firewall? if not could i possible put 2 files on my webspace like www.myspace.com/version.osngnsdg www.myspace.com/version.txt
and it would check the version.txt and compair the versions if the one on the site was newer then it would download the new file?srry for the links that was just an example
also sence u cant replace a file while it is active i would have to close the program. So i would have to have a second program to replace the file. How would i tell the first program to open the second program?
To do that in the second argument of the DownloadFile() method specify this:
Code:
Application.StartupPath & "\version.txt"
also sence u cant replace a file while it is active i would have to close the program. So i would have to have a second program to replace the file. How would i tell the first program to open the second program?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.