Implement a simple


1. Implement a simple calculator shown in the picture above. Meaning of symbols are:

2. To manage the data in the memory, you should create a Student class and a list holding Student objects.

3. When the "Open File" button is clicked, the application should show an OpenFileDialog. Once, a file is selected, read the data about the students (Student ID, Student Name, Phone Number) from the file (.txt) and show the path of the file in Path to Data File Textbox. Then, add each student's ID, student's name, and phone number to the Student Data List box as shown above. Students' data also should be store in the list of Student objects.

4. When "Add Student" button is clicked, the application should read the text boxes named Student ID, Student Name, and Phone Number and add this data to the list box at the bottom of the existing data in the list box. It should also add a Student object to the list of Student objects in the application. After that, the text boxes should be cleared.

5. When "Delete Student" is clicked, the application should check the highlighted student in the ListBox and delete that Student object from the student collection. It should also remove the entries from the list box for the corresponding student.

6. When the "Save Data" button is clicked, the application should save the (updated) Students collection to the file specified in the Path To Data File TextBox, as comma separated values. The saved file should reflect the adds and deletes done on the form.

7. For other details, follow the interface in Microsoft Office programs.

8. Submit your ZIPPED application folder to Blackboard.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Implement a simple
Reference No:- TGS01187998

Now Priced at $25 (50% Discount)

Recommended (96%)

Rated (4.8/5)