[Solved] read text file chunks by chunks by scrollbar [closed]
This is a working example of reading a text file per stream to accomplish what you are trying to do. I have tested it with a 100 MB text file, and it worked well, but you have to see if larger files work as well. This is the example. Just bring a RichTextBox to your … Read more