Dim client As New Net.Webclient Dim inhalt As String = client.Downloadstring("http://blabla.de/test.txt") RichTextBox1.Text = inhalt