/ Published in: VB.NET
Variable/Parameter Discussion :
msg = Do you want to display a message box if you have the current version? (true/false)
currentversion = The version of the program
txtdocumentaddress = The text document web address containing the most updated version
exeaddress = the location of the updater .exe [You can make this with WINRAR - To learn how to do this goto : http://www.hotlinkfiles.com/files/2799514_xsw67/tut.txt
\This is my first snipplr post, Hope you enjoy/
This coding is used in *Brandons Timer 9* and *Brandons HTML-Ide*
msg = Do you want to display a message box if you have the current version? (true/false)
currentversion = The version of the program
txtdocumentaddress = The text document web address containing the most updated version
exeaddress = the location of the updater .exe [You can make this with WINRAR - To learn how to do this goto : http://www.hotlinkfiles.com/files/2799514_xsw67/tut.txt
\This is my first snipplr post, Hope you enjoy/
This coding is used in *Brandons Timer 9* and *Brandons HTML-Ide*
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
'Updater code for Visual Basic 2008 Express Edition - Coded by brandonio21 @variables - Find them at the website below 'This code is at build 154 [Currently working 100%] 'If you are having problems with this code, please consult : http://snipplr.com/view/19324/program-updatervb2008/ Private Sub updatecheck(ByVal msg As Boolean, ByVal currentversion As String, ByVal txtdocumentaddress As String, ByVal exeaddress As String) End If End If If My.Computer.Network.IsAvailable = True Then Dim lolz As New TextBox curver = currentversion If curver = lolz.Text Then If msg = True Then Else End If Else End End If Else End If End Sub