我做了一些谷歌搜索,但找不到我要找的东西。我同时开始多个异步下载,我想检查下载了哪个文件。我怎样才能做到这一点?
Private Sub client_DownloadCompleted(ByVal sender As Object, ByVal e As System.ComponentModel.AsyncCompletedEventArgs)
MsgBox("Download Completed!") ' I want to add the name of the downloaded file in this message
End Sub
提前致谢!问候