Hi,
Here's a part of my code:
I get this error/warning if i debug itCode:For i = 0 To 1000 Dim inum As String = i & "0" Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("http://www.google.nl/search?q=inurl:" & textbox1.text & "+site:.nl&start=" & inum) Dim response As System.Net.HttpWebResponse = request.GetResponse
What's wrong at my code?Code:Webexception was unhandled The remote server returned an error: (503) Server Unavailable.
at textbox1.text you just fill in like "test" or something. ( without ")
I'm using Visual Basic 2010




Reply With Quote