VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by BP (8 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (27 Votes)

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.

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

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

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

No comments have been posted about A Live Update Program to update .EXE's (or other) files off of the web.. Why not be the first to post a comment about A Live Update Program to update .EXE's (or other) files off of the web..

Post your comment

Subject:
Message:
0/1000 characters