ممكن ان تقوم باضافة حذف الملف بعد الانتهاء
او
قم بتجربة هذا
PHP كود :
Dim ls As New ListBox
Dim x As New Net.WebClient
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
ls.Items.AddRange(IO.File.ReadAllLines(x.DownloadString(TextBox2.Text)))
End Sub
