Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

talk dirty to me

Name: Anonymous 2011-07-10 14:39

how do i get the quelltext of a web site in c++?

Name: Anonymous 2011-07-10 14:50

well, you little piece of shit, first you gotta get one these fucking mice, ya know? then you just rechtsklick on that ass-born website with your little cripple finger und depending on what browser you abuse, select some quelltext option. ausserdem solltest du auf einem englischen board auch verdammt nochmal englisch schreiben, du sohn einer reudigen hündin.

that's all, class dismissed. clean up your cum when you leave.

Name: Anonymous 2011-07-10 14:54

ohhh no u mighty and handsome man i think u miss understand something i want to chose a website over a textbox and save the quellcode in a List of strings or in a xml data im sorry for my bad explanation

Name: Anonymous 2011-07-10 15:03

and if it is not mutsh you handsome and mighty man i dont wat to use a a webbrowser component cose self if disabel the visibility the fuck still compiles the code i hope you understand what i mean u handsome and mighty man

Name: Anonymous 2011-07-10 15:06

>>1,3
Du brauchen ein ``Parser''.

Name: Anonymous 2011-07-10 15:08

i got what i need

HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://www.news.ch");
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
StreamReader reader = newStreamReader(response.GetResponseStream());
string result = reader.ReadToEnd();
response.Close();

Don't change these.
Name: Email:
Entire Thread Thread List