Private Sub … Private Sub download_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles download.Click
If Nothing = txturl.Text Then
MsgBox(”No URL Specified.”, MsgBoxStyle.Critical, “Error”)
Else
** downloader.DownloadFile(txturl.Text, txtdest.Text)
End Sub
August 22nd, 2009 at 9:12 am
Private Sub …
Private Sub download_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles download.Click
If Nothing = txturl.Text Then
MsgBox(”No URL Specified.”, MsgBoxStyle.Critical, “Error”)
Else
** downloader.DownloadFile(txturl.Text, txtdest.Text)
End Sub
August 22nd, 2009 at 9:12 am
Hi ya!
GReat …
Hi ya!
GReat video!
very comprehisible!