Thread: Update Checker

Results 1 to 1 of 1
  1. #1
    jokimoto's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    <?php $Name='Harith'; echo' My Name Is '.$Name.'';?>
    Posts
    144
    Reputation
    14
    Thanks
    1,528
    My Mood
    Asleep

    Update Checker

    Hye Guys,

    Tutorial

    Creadits :
    Jokimoto (ME)


    Code:
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    
            Dim web As New Net.WebClient
    
            Dim v As String = web.DownloadString("url")
            Timer1.Stop()
            Me.Label1.Text = "Ver :: " + v
            Me.Label1.ForeColor = Color.DarkBlue
            If v = Application.ProductVersion = True Then
    
                Me.Label2.Text = "No Update Available !"
                Me.Label2.ForeColor = Color.Red
    
            Else
                Me.Label2.Text = "Please Update"
                Me.Label2.ForeColor = Color.Green
            End If
    
        End Sub
    Last edited by jokimoto; 06-09-2015 at 04:40 AM. Reason: spelling

    - HARITH101 -
    WhoAmI ?
    Click Here


    • #Kuso
    • #Bux
    • #Hafiz
    • #CyberTeamRox
    • #MalaysiaGOV


Similar Threads

  1. [Request] Searching for a Netflix account checker (updated!)
    By wyz11 in forum General Hacking
    Replies: 3
    Last Post: 02-23-2015, 11:46 AM
  2. [Source Code] updated CBL checker
    By speedforyou in forum Web Languages
    Replies: 0
    Last Post: 05-12-2012, 06:13 PM
  3. [Release] VAC2 Update Checker
    By KABLE in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 19
    Last Post: 12-06-2010, 04:00 AM
  4. Warrock Updates!
    By Dave84311 in forum General Game Hacking
    Replies: 2
    Last Post: 01-14-2006, 01:34 PM