VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Live Update Program to update .EXE's (or other) files off of the web.

BP  (8 Submissions)   Internet/HTML   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This code allows you to update your programs .EXE via the Internet automatically. The program checks a file on a web-server with the most recent version number in it, compares it to your version and then either downloads the new file or not depending on which one is more current. This process utilizes the INET control for the file transfers.

Assumes
Your application must make a ver.dat file in the c:\ directory that puts it's version in it. Then you must have the file with the version on the webserver (along with the most current version there). The version file simply has one line with the version number like "1.0.1" This code does work, but you will have to tailor it to work with your programs. Enjoy and vote if you like it! :)

Rate A Live Update Program to update .EXE's (or other) files off of the web. (28(28 Vote))

Download A Live Update Program to update .EXE's (or other) files off of the web.

A Live Update Program to update .EXE's (or other) files off of the web. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters