Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("http://www.google.com")
Dim response As System.Net.HttpWebResponse = request.GetResponse
Dim sr As System.IO.StreamReader = New System.IO.StreamReader(response.GetResponseStream())
Dim source As String = sr.ReadToEnd
source = TextBox1.Text
1 reply to this topic
#1
Posted 01 March 2011 - 10:11 PM
guys m not getting the source code of the web page i checked many pages there is some small error in code i guess i can`t find
|
|
|
#2
Posted 02 March 2011 - 07:44 AM
Your actually missing something very simple, but I didnt even notice it at first.
[COLOR=red] TextBox1.Text = source[/COLOR]~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









