Retrieving HTML-code from a website

In visual C++ I know that I can use:
CInternetSession ses(sBrowser);
CStdioFile *pFileSrc = ses.OpenURL(sUrl, 1, INTERNET_FLAG_TRANSFER_BINARY);
Can I do it in Visual Basic...?
[198 byte] By [Torsus2] at [2007-11-20 10:53:56]
# 1 Re: Retrieving HTML-code from a website
WebClient.DownloadString
jmcilhinney at 2007-11-10 3:08:25 >