Richtextbox

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Hi.
I have RichTextBox. There is some text.
For example cursor is in the middle of that text.
And now I would like to add some new text on the position of cursor.

Somethink like when I press CTRL+V (paste).
I try use Richtextbox.Paste, but he always get text to end.
Thanks for answers.
 
Peter said:
I have RichTextBox. There is some text.
For example cursor is in the middle of that text.
And now I would like to add some new text on the position of cursor.

Somethink like when I press CTRL+V (paste).
I try use Richtextbox.Paste, but he always get text to end.

Are you sure you placed the /caret/ in the middle of the text? Placing the
/cursor/ is not sufficient.
 
Back
Top