Hello,
i have 2 questions as following:
1. How to extract .rar?
2. How to check if download is done?
at point 1. i got not clue how to do it i found systems but it need to be in my auto-updater...
at point 2. i know how to download something but how i can check when its done i got following for download
hope someone can help me with this one to
~passie
i have 2 questions as following:
1. How to extract .rar?
2. How to check if download is done?
at point 1. i got not clue how to do it i found systems but it need to be in my auto-updater...
at point 2. i know how to download something but how i can check when its done i got following for download
VB.NET:
If My.Computer.Network.Ping("www.forcx.org") Then
My.Computer.Network.DownloadFile("http://www.forcx.net/neoncube.zip", ".\update.zip")
Else
MsgBox("Update is currectly not available!")
Form1.Show()
Me.Close()
End If
hope someone can help me with this one to
~passie