Quantcast
Viewing all articles
Browse latest Browse all 27039

if richtextbox2.lines.doesnt.contains(richtextbox1.lines

then add richtextbox2.lines to richtextbox3
----------------------------------
my code:

For Each RTB1 As String In RichTextBox1.Lines
For Each RTB2 As String In RichTextBox1.Lines
If RTB1.Contains(RTB2) Then
Else
RichTextBox4.AppendText(Environment.NewLine & RTB2)
End If
Next
Next
-----------------------------------
error:

Cannot access a disposed object.
Object name: 'RichTextBox'.

Viewing all articles
Browse latest Browse all 27039

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>