
Dim WReq As WebRequest = WebRequest.Create("MPGH CF URL")
WReq.Timeout = 100000
Dim wResp As WebResponse = WReq.GetResponse()
Dim T As String
Using r As StreamReader = New StreamReader(wResp.GetResponseStream(), Encoding.ASCII)
T = r.ReadToEnd()
End Using
RichTextBox1.Text = T
Imports System.Net Imports System**** Imports System.Text

do you know c++ ?
)
)Dim red As Boolean = False
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim WebC As WebClient = New WebClient()
Dim MyStr As String = WebC.DownloadString("http://www.mpgh.net/forum/175-crossfire-hacks-cheats/").Normalize()
RichTextBox1.Lines = MyStr.Split("<a")
For Each ab As String In RichTextBox1.Lines
If ab.Contains("b>[Release]") Then red = True
If red = True Then
If ab.Contains("http") Then
RichTextBox2.AppendText(ab + vbNewLine + vbNewLine + vbNewLine)
red = False
End If
End If
Next
End Sub

