Stealing code and making it look as if it's yours is lame. (@ rapid-ddldotcom)
Hyperz Reviewed by Hyperz on . [Vb.Net] ? Example code for logging into a website programmatically The example below uses HttpWebRequest and HttpWebResponse classes to log in to Facebook. Dim cookieJar As New Net.CookieContainer() Dim request As Net.HttpWebRequest Dim response As Net.HttpWebResponse Dim strURL As String Try 'Get Cookies strURL = "https://login.facebook.com/login.php" Rating: 5