Hi CheatCat,
Please double click that file and it will be opened by Windows Notepad, does it faster than your application?
Once you try to open a very large txt file with Windows Notepad, it also cost a lot of time to open it. I don't think I can make a program faster than it.
Here I think you can try to use File.ReadAllText method:
textBox1.Text = System.IO.File.ReadAllText(@"C:\a.txt");
To see if it is faster. I have no such large txt file so I cannot do the test for you.
Sincerely,
Kira Qian
Please mark the replies as answers if they help and unmark if they don't.