Dear Everyone,

Using a RichTextBox I need to replace text based on certain RTF codes found into the RTF string

I look for certain embedded (hidden) information using:

int i = richTextBox.Rtf .IndexOf( "string" );

at the "i" position I have to paste a RTF fragment from other control (richText2.RTF) .

Is there any way to "translate" the index position...