Question: Starting out with Visual C# Ch 9, #7. Create an application with a class named PersonEntry. The PersonEntry class should have properties for a persons
Starting out with Visual C# Ch 9, #7. Create an application with a class named PersonEntry. The PersonEntry class should have properties for a persons name, e-mail address, and phone number. Also, create a text file that contains the names, email addresses, and phone numbers for at least five people. When the application starts, it should read the data from the file and create a PersonEntry object for each persons data. The PersonEntry objects should be added to a List, and each persons name should be displayed in a listbox on the applications main form. When the user selects a name from the list box, a second form should appear displaying that persons name, email address, and phone number.
I have a GUI set up like this:
I just feel lost trying to stick the informaton together, no matter what I seem to try I can't seem to get it to work right.
Form List names from Phone Book listBox1 listBox1 Create Exit List exitButton createButton
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
