7
Reply

Read from text file to text box

nigel drakes

nigel drakes

Jul 3 2010 7:05 PM
3.4k

need help with these questions I am not verry skilled in programming
 

 

 

Add the following forms to the Program 1 Project in your Assignment 5:

1) DeleteEmployee Form

You will need a text box for the user to enter an Employee ID

You will also need a Delete Employee button

Clicking on the Delete Employee button should remove the employee data

from the employee.txt file. If the employee does not exist in the

employee.txt file, display an appropriate message on the screen.

2) DisplayEmployee Form

You will need a text box for the user to enter an Employee ID

You will also need a Display Employee button

Clicking on Display Employee button will search for the given employee

in the employee.txt file and display the employee data on the screen (use

different label for different data items). If the employee does not exist in
the
employee.txt file, display an appropriate message on the screen.


Answers (7)