Search Tools Links Login

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

Posted: 2002-06-01
By: ArchiveBot
Viewed: 74

Filed Under:

Visual Basic 6

Title Uploaded Size
CODE_UPLOAD124471272000.zip 9/3/2020 3:45:00 PM 11,548

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.

Original Author: Blake Pell

Assumptions

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! :)


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.