08-05-2011, 04:43 PM
Really? I just tested it and it seems to work. Call this sub when the richtextbox's text has changed. For example...
Code:
Sub rtb_changed handles RichTextBox1.TextChanged
reLine(RichTextbox1)
End sub