how to get the blinking cursor position in rich text box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shammif2
    New Member
    • Mar 2007
    • 6

    how to get the blinking cursor position in rich text box

    hello all again. I'm still working with my text editor. now i want to get the cursor position in the richtext box. any way to do that?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    RichTextBoxes have a .SelectionStart value that tells you where the cursor is

    Comment

    • shammif2
      New Member
      • Mar 2007
      • 6

      #3
      Originally posted by Plater
      RichTextBoxes have a .SelectionStart value that tells you where the cursor is
      Thanks. It helped me a lot

      Comment

      Working...