Iam still beginner
sometimes I want to search some websites about a word in my mind or search forums in all its pages about certin members wich I think they are in the forums
so how to make an app do this by just typing its address in textbox1
I use this code
Code:
Dim myRequest As Net.WebRequest = Net.WebRequest.Create(Me.TextBox1.Text)
Dim myResponse As Net.WebResponse