estoy usando if then y eso, pero me parece que no funciona....
me podrian decir como comparar 2 RichTextBox? salu2!
Private Sub Form_Load()
RichTextBox1.Text = "rana"
RichTextBox2.Text = "rana"
If RichTextBox1.Text = RichTextBox2.Text Then MsgBox "WTF?"
End Sub
DoEvents! :P
hago asi y me dice q no son iguales, no seran entonces JAJA