Along time ago i made a text version, so here you go I made a video.
[YOUTUBE]oyq4Sjj9IUo[/YOUTUBE]
Oh hey it's Ugleh.
Added to tuts.
first OMG ITS UGLEH 2nd can u add the code or completed project to the forum?
ooo i just watched it im going to start using this.![]()
Last edited by trevor206; 08-28-2010 at 04:14 PM.

17
Thanks guys, glad to be back, but now that I am back I will be ranging threwout the forum, not just Visual Basic.
How to make ll
Just curios![]()
here is a tip in this part of the codedon't use else it messes up the current build thing and if ur current build is 2 and it says its 2 on the file online it says that its out dated so use.Code:If Int(GrabbedBuild) >= CurrentBuild Then 'Not up to date Label2.Visible = True Else 'We are up to date End If
/Code:If Int(GrabbedBuild) >= CurrentBuild Then 'Not up to date Label2.Visible = True label2.text="notuptodate" End If If Int(GrabbedBuild) = CurrentBuild Then 'up to date label2.text = "uptodate" End If![]()
Good Tut, however you used alot of unorthodox methods.
However, clickonce is far easier for updating.