Hello. i'm trying to get a web page into a textbox. i did this but it fails: Dim x as New HttpClient x.Url = "http://www.google.com" x.Get TextBox1.Text = x.Peek() What can i do? Thanks! Ivan