I am having trouble saving from richtextbox to .txt file
here is the code:
if (richTextBox1.Text != String.Empty) { strin
richTextBox1.SaveFile(saveFile1.FileName, RichTextBoxStreamType.PlainText);