Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

E-Mail Address Book Write a program that lets the user display and modify an address book containing names, e-mail addresses, and phone numbers. The program

E-Mail Address Book

Write a program that lets the user display and modify an address book containing names, e-mail addresses, and phone numbers.

The program should contain a class named Address. The Address class should contain the following information about one person: name, e-mail address, phone, and comments. The application should also have a class named AddressCollection with collection named addressList, which stores a collection of Address objects.

The main window, shown in Figure 1, displays the names from the address book in a list box. The user should be able to input new names and addresses, using a form similar to the one shown in Figure 2.

image text in transcribed

image text in transcribed Need written in C#

I st Display bta Add bta Edit btnRemove betaExit Add New Name Name E-Mail Address Phone Notes Ok Close

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions