Employee Data, Part 2
Create an application that reads the records stored in the file created by Programming Challenge 1.
Write code in the form’s Load event handler that allows the user to enter the name of the file, and opens the file. The form shown in Figure 1 has a Next Record button, which reads a record from the file and displays its fields; a Clear button, which clears the labels; and an Exit button. When the user clicks the Next Record button, the application should read the next record from the file and display it. When the end of the file is encountered, a message should be displayed.
Figure 1 Employee Data form for reading employee records

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.