I editted and saved a richtextbox contents that was loaded from a text file using the following codes but it does not work. Anyone can help me.
private
{
rtbData.Enabled =
rtbData.Update();
rtbData.SaveFile(
}