Hi,

How do you retrieve source code for a webpage? In VB6, I could use the Internet Transfer Control and simply type:
Text1.Text = Inet1.OpenURL("http://www.google.co.uk/")

What's the equivalent in VB2005?