VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Program Updater

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

Update Your Program thru the net check the version
explan new changes, Downloan the update, then run the update. Please Vote If You Find This Usefull

Assumes
'You Also Need A (application.ver) File 'Example of application.ver 1.3

Returns
Downloads A New Version of Your Program

Side Effects
'If News.txt File Is not Complete The internet 'Lag Error Will Show. 'Example of news.txt below This file contain list of news and repaired bugs in this application. Version 1.3 ----------- Fix Bug Version 1.1 ----------- Fix Bug Version 1.0 ----------- Fix Bug

API Declarations
Public Declare Function ShellExecute Lib "shell32.dll" Alias
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String,
ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory
As String, ByVal nShowCmd As Long) As Long

Rate Program Updater (8(8 Vote))

Download Program Updater

Program Updater Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters