To display the source for this very page:
VB Code:
  1. Using wc As New Net.WebClient
  2.     MessageBox.Show(wc.DownloadString("http://www.vbforums.com/showthread.php?t=434146"))
  3. End Using