Using Visual Basic to perform web tasks

I'm trying to write a program in Visual Basic that will let me display websites using the System.Net.WebRequest. I don't want to use WebBrowser. I need help on using this to send web requests and retrieving the web page.

Also, how can I authenticate via a website using visual basic


Answer this question

Using Visual Basic to perform web tasks