• Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I retrieve the current position of the insertion point, in columns and lines? In MS Word, in the status bar it always shows this

The code I would like is

StatusBarPanel1.Text = "Line: " + RichTextBox.LINE NUMBER???
 
Back
Top