
How to select a line in RichTextbox
Anybody knows how to programatically select a line in RichTextBox component
from a line number?
I want to handle certain errors when parsing a document and highlight the
line and pos where the error occurs. The error handler returns the line
number and position.
Thanks
Elim