@Kraizy er gibt ja nur den sagen wir mal Result aus warum auch immer in einer webbrowser . . . Hätte mit textbox auch gereicht.
I Can´t test it because i don´t develop with vb. But i think it works.
Then by the next way you need to spit the URL to the interface to which server.
Then you need to order them.
Spitt them and make a webrequest.
The Code must look like thus
Quote:
C# Code
Quote:
string strlink = richTextBox1.Lines[438]; //Find the URL in Line 438
string[] arrResult = strlink.Split (new Char[] {'(', ')'}); //Spitt the line
this.richTextBox2.Text = arrResult[1];//The Result.
|
|
Then you need to make a Webrequest with that URL