Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Visual Basic 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.
Visual Basic
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 collection named addressList, which stores a collection of Address objects. The main window, shown in Figure 12-14D, 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 12-15D Figure 12-14 E-mail Address Book form Email Address Book Add Edit Remove Exit Figure 12-15 Add New Name form Add New Name Name: E-mail Address: Phone Notes OK CloseStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started