How to paste text in textbox current cursor? June 11, 2023 by Tarik A much easier way would be to use the Paste method: textbox1.Paste("text to insert"); I’ve done this using .NET 4.0