2.4 Released!!
Printable View
2.4 Released!!
Nice ^^
:P Using my files, great work!
Bump =D
The news download doesn't exist!
If you want the downloaded program to launch after downloading it succesfully. You just add
Example
Shell ("C:\Program Files\Triggersoft\Rose Online Evolution\trose.exe")
Under
So it would look likeCode:Private Sub cmdDownload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdDownload.Click
'VERIFY A DIRECTORY WAS PICKED AND THAT IT EXISTS
If Not IO.Directory.Exists(txtDownloadTo.Text) Then
MessageBox.Show("Not a valid directory to download to, please pick a valid directory", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
Return
End If
'DO THE DOWNLOAD
Try
_Downloader = New WebFileDownloader
_Downloader.DownloadFileWithProgress(txtURL.Text, txtDownloadTo.Text.TrimEnd("\"c) & GetFileNameFromURL(txtURL.Text))
Catch ex As Exception
MessageBox.Show("Error: " & ex.Message)
End Try
'VERIFY A DIRECTORY WAS PICKED AND THAT IT EXISTS
If Not IO.Directory.Exists(txtDownloadTo.Text) Then
MessageBox.Show("Not a valid directory to download to, please pick a valid directory", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
Return
End If
End Sub
Code:Private Sub cmdDownload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdDownload.Click
'VERIFY A DIRECTORY WAS PICKED AND THAT IT EXISTS
If Not IO.Directory.Exists(txtDownloadTo.Text) Then
MessageBox.Show("Not a valid directory to download to, please pick a valid directory", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
Return
End If
'DO THE DOWNLOAD
Try
_Downloader = New WebFileDownloader
_Downloader.DownloadFileWithProgress(txtURL.Text, txtDownloadTo.Text.TrimEnd("\"c) & GetFileNameFromURL(txtURL.Text))
Catch ex As Exception
MessageBox.Show("Error: " & ex.Message)
End Try
'VERIFY A DIRECTORY WAS PICKED AND THAT IT EXISTS
If Not IO.Directory.Exists(txtDownloadTo.Text) Then
MessageBox.Show("Not a valid directory to download to, please pick a valid directory", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
Return
End If
End Sub
Shell ("C:\Program Files\Triggersoft\Rose Online Evolution\trose.exe")
Mod please move this to the Release section.
When I open the project, I dont see users.xml anywhere, nor can I find that file in the project folder.
Sorry for the question but how do i make it a launcher?xD
look~
Do not bump 2 month old threads.
omg thanks thats work for me its real nice good , and goodluck :)
Can someone upload this again at some other website?
Good Work :D