Kan simpelthen ikke se hvad jeg har gjort galt!
Håber nogen af jer kan hjælpe mig
http://www.rexocryphal.com/ss/20090603-403-33kb.jpg < Billede Af Problemet!
System.Net.WebRequest webReq = System.Net.WebRequest.Create("http://www.n.dk/community/info/Banned.aspx?UserID=" + textBox1.Text)
System.Net.WebResponse webRes = webReq.GetResponse();
System.IO.StreamReader SR = new System.IO.StreamReader(webRes.GetResponseStream());
string response = SR.ReadToEnd();
response = response.Substring(response.IndexOf("http://www.n.dk/community/info/Banned.aspx?UserID=" + textBox1.Text);
richTextBox1.Text = response;
Indlæg senest redigeret d. 03.06.2009 18:23 af Bruger #15040