Hi...
I am trying to save a file in the MDI - which uses the RichTextBox... But I am not able to save the formatting to the text..
Example : - If I chnage the font, color, size of the text.. it doesnt save the formatting but stores the simple text..
NOTE: this is happening when I select the RTF option in the Save File Dialog box
public
{
savedlg.Filter =
sw.Write(ary[i++]);
}
sw.Close();
f1.Close();
fileName = savedlg.FileName;
tabControl1.SelectedTab.Text = System.IO.
fileName =
t1.SaveFile(fileName,
Please Help me...!!!