richTextBox1.Text="int i = 40;"; richTextBox1.Select(0,3); richTextBox1.SelectionColor = Color.Blue; richTextBox1.Select(0,0);