README.md
December 4, 2022 ยท View on GitHub
Description
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
More Info
'You Also Need A (application.ver) File
'Example of application.ver
1.3
Downloads A New Version of Your Program
'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
| Submitted On | 2002-02-02 22:34:42 |
| By | RLinder |
| Level | Advanced |
| User Rating | 4.8 (38 globes from 8 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Internet/ HTML |
| World | Visual Basic |
| Archive File | Program_Up52528222002.zip |
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