Advertisement
akosiraff

EmployeeData Part 1

Oct 9th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/employeedata-part-1/
  3. Create an application that allows the user to enter the following employee data: First Name, Middle Name, Last Name, Employee Number, Department, Telephone Number, Telephone Extension, and E- mail Address. The valid selections for depart-ment are Accounting, Administration, Marketing, MIS, and Sales. Once the data is entered, the user should be able to save it to a file. Figure 9- 29 shows an example of the applicationโ€™s form. The form shown in Figure 9-29 has a combo box for selecting the department; a Save Record button, which writes the record to a file; a Clear button, which clears the text boxes; and an Exit button. Write code in the Form_ Load event handler that allows the user to enter the name of the file.
  4. Download: http://solutionzip.com/downloads/employeedata-part-1/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement