Advertisement
akosiraff

EmployeeData Part 2

Oct 9th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/employeedata-part-2/
  3. Create an application that reads the records stored in the file created by Program-ming 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 9- 30 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.
  4. Download: http://solutionzip.com/downloads/employeedata-part-2/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement