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 namedaddressList, 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.
Figure 1 : E-mail Address Hook form

Figure 2 : Add New Name button

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.