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

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
Code 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 DeclarationsPublic 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
Download Program Updater (63 KB)