Employee Data, Part 3
Create an application that performs the following operations with the employee file created by the application in Programming Challenge 1:
• Uses an Open dialog box to allow the user to select the file
• Allows the user to enter a new employee record and then saves the record to the file
• Allows the user to enter an employee number and searches for a record containing that employee number. If the record is found, the record is displayed.
• Displays all records, one after the other
• Prints an employee record
Equip your application with either a menu system or a set of buttons to perform these operations.
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.