I am writing a program that is making some manipulation with RichTextBox.
I need to be able to capture a few information such as total number of lines in the RichTextBox, the current line (line with cursor).
Any idea how to do it? Is it possible with RichTextBox or is there something else I can try?
Thanks in advance.
