Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27061

VS 2010 Update Tool Issue

$
0
0
Ok im updateing this thread this what i get when i open the project

Attachment 96903

this is what i want it to do but the problem i get is when it completes i want it to disappear then show the main form how can this be done this is my code

Private Sub update_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Timer1.Start()
Dim web As New WebClient
Dim update As String = web.DownloadString("https://dl.dropbox.com/u/101312477/update.txt")
If update.Contains(Application.ProductVersion) Then
MsgBox("No New Update")
Form1.Show()
Else
MsgBox("New Update")
End If
End Sub
Attached Images
   

Viewing all articles
Browse latest Browse all 27061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>