1.

Solve : C# rich text box need help?

Answer»

I created a file TextFile1.txt and I WANT it to LOAD into the RICH text BOX but not having any luck
tried this

richTextBox1.LoadFile("TextFile1.txt", RichTextBoxStreamType.PlainText);try
richTextBox1.LoadFile(filepath, RichTextBoxStreamType.PlainText);
check my spelling



Discussion

No Comment Found