Jump to content
io.kent

Autoupdate script

Recommended Posts

Posted

Imports System.Net

Public Class Form1
Dim CurrentVersion As String = "1.0"
Dim wc As New WebClient
Dim latestversion As String = wc.DownloadString("http://pathtoupdatescript.com/update.php")
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load


End Sub

<?php
$version = yourversion
echo $verion;
?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...