How to upload a .txt file as a .rtf file in C# ?
- by George Tyler
How can I load a pre-existing .txt file as a .rtf file in my C# code if
I want to display it on a richTextBox? I am running Visual Studios Windows
Application.
Thank you very much.