hallo,
könnte man auch anstadt "Rot makiert"
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.Value = "2"
TextBox1.Text = "patch.txt wird geprüft."
If My.Computer.FileSystem.FileExists("patch.txt") Then
My.Computer.FileSystem.DeleteFile("patch.txt")
TextBox1.Text = "patch.txt wurde gelöscht."
End If
My.Computer.Network.DownloadFile("http://****.pv.ohost.de/patch/patch.txt", "patch.txt")
TextBox1.Text = "Neue patch.txt runtergeladen."
ProgressBar1.Value = "3"
das einsetzen "auch Rot makiert"
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.Value = "2"
TextBox1.Text = "patch.txt wird geprüft."
If My.Computer.FileSystem.FileExists("patch.txt") Then
My.Computer.FileSystem.DeleteFile("patch.txt")
TextBox1.Text = "patch.txt wurde gelöscht."
End If
My.Computer.Network.DownloadFile("http://C:\xampp\htdcos/patch/patch.txt", "patch.txt")
TextBox1.Text = "Neue patch.txt runtergeladen."
ProgressBar1.Value = "3"
wen nicht pls mal einen anderen wen posten als einen webhost ^^