RichTextBox1.LoadFile("c:\a.txt", RichTextBoxStreamType.PlainText)
RichTextBox1.Text = IO.File.ReadAllText("c:\a.txt")