作者:VB.NET开发
项目:System.Deployment.Applicatio
Private Sub iphm_DownloadProgressChanged(ByVal sender As Object, ByVal e As DownloadProgressChangedEventArgs) Handles iphm.DownloadProgressChanged
' you can show percentage of task completed using e.ProgressPercentage
End Sub