Hello.

I have a button, when clicked, the text should be added to the richTextBox, so how can I add text to exactly where the cursor was? Those. where he was + text.

    1 answer 1

    If I'm not mistaken, like this:

    richTextBox1.SelectedText =" текст "; 
    • Thanks a lot, helped. - Angus123