Results 1 to 4 of 4

Thread: Updater code problem

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Location
    Sweden
    Posts
    173

    Unhappy Updater code problem

    Hi everyone!

    I can't understand what's wrong with this code..

    Code:
    Private Sub Form_Load()
    Dim latest_version As String
    Dim this_version As String
    latest_version = Inet1.OpenURL("http://manu6.manufrog.com/~intethin/eva/version.txt")
    this_version = "001"
    MsgBox latest_version
    MsgBox this_version
    If latest_version <> this_version Then
        MsgBox "New update is available!"
    End If
    End Sub
    My problem is that the MsgBox with "New update is available!" never show up...why!?!
    Last edited by Hack; Jun 20th, 2007 at 07:09 AM. Reason: Fixed code tags
    Please Help Us To Save Ana

    You never fail before you stop trying!
    ______________________________
    If I manage to say something good...please reputate
    ______________________________
    ________

    Links:
    Intellithing
    Digitala.nu
    Norrköpings Goklubb
    WoW Trade Center

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width