N Nathan Jul 30, 2004 #1 In a RichTextBox, how do you get/set the current location of the blinking cursor (not the mouse cursor)? Thanks
In a RichTextBox, how do you get/set the current location of the blinking cursor (not the mouse cursor)? Thanks
A Arne Janning Jul 31, 2004 #2 Nathan said: In a RichTextBox, how do you get/set the current location of the blinking cursor (not the mouse cursor)? Click to expand... Hi Nathan, have a look at SelectionStart and SelectionLength. The current Caret-Location is SelectionStart + SelectionLength. Cheers Arne Janning
Nathan said: In a RichTextBox, how do you get/set the current location of the blinking cursor (not the mouse cursor)? Click to expand... Hi Nathan, have a look at SelectionStart and SelectionLength. The current Caret-Location is SelectionStart + SelectionLength. Cheers Arne Janning