In this lab, you will learn to read data from a
sequential-access text file. To read data from a file, you need one
FileStream object and one StreamReader object. The StreamReader
object accepts the FileStream object as its argument.
To read data from a sequential-access text file, here's what you
need to do:
From the desktop, open Visual Studio
2017.
From the menu bar, navigate to File >
New > Project.
In the New Project window, select
Windows Forms App...