downloadfile

  1. Z

    Question Strange behaviour with WebClient.DownloadFile

    I try to download some files from sourceforge.net, it works fine for most of the files, but I really don't find my mistake here: Public Class Form1 Public WithEvents WebClient1 As New Net.WebClient Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim...
Back
Top