Guru's,
Within c#'s RichTextBox, I like to be able to have a function call for the textbox that allows me to place the cursor at x,y position within the RichTextBox so that I can then display some text at that chosen position.

Is there a way in C#'s RichTextBox to do this?

Regards

John