For j As Integer = 0 To RichTextBox1.Lines.Length - 1 Dim lines() As String = Me.RichTextBox1.Lines RichTextBox1.SelectedText = lines(j).IndexOf("http") RichTextBox1.SelectionLength = (30) RichTextBox2.Text = RichTextBox1.SelectedText.ToString Next
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)