io.kent Posted June 17, 2013 Report Posted June 17, 2013 Imports System.NetPublic 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 = yourversionecho $verion;?> Quote