Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In this control, there is any way to obtain the number of the line that the cursor is? Thanks
Dim RowIndex As Integer RowIndex = RichTextBox1.GetLineFromCharIndex(RichTextBox1.SelectionStart) + 1 progload