Is there a way to programmatically set the insert point in a multiline richTextbox?
Example: I have a (almost) free format message where the reciever is expected to enter his own information at certain points (marked with a special char-sequence), before the message is processed further. A richTextbox.Find will find the spot in the message where the text is supposed to be entered, but I have not yet found a way to move the cursor to that particular position.