Salat
Regular
I use this code... everything look and work almost fine but I do not recive data from "www.gpw.com.pl" but from my local serwer site "www.texasnet.pl" why? I don't get it...
thanks for help
Code:
Dim s As IO.StreamReader
Dim w As New Net.WebClient()
s = New IO.StreamReader(w.OpenRead("http://www.gpw.com.pl"))
TextBox1.Text = s.ReadToEnd
thanks for help