Usingwindos appication in Visua basic programming create a contacts application that stores the names, emails and countries of up to 10 different people and allows the user to lookup an address based on its number. DELIVERABLES Required elements of application Use a multidimensional array to store each person’s name, email and country, each with their own index. Create 8 entries with the following contact details 1 Joseph Grant, j.grant@gmail.com, Switzerland 2 Katie Jerad, katie@jeradsolutions.com, France 3 Reuben Drake, r.drake@gmail.com, Germany 4 Terry Wayne, terry@wayneenterprises.com, South Africa 5 Angela Kobin, kobin@kobincrafts.com, Indonesia 6 Tommy Baxton, t.baxton@baxmedia.co.uk, England 7 Diane Leonard d.leonard@gmail.com, USA 8 Tim Folley, folley.t@yahoo.com, USA The user should be able to ask the program (using an index value) to display a listed contact Create a form that allows the user to input a new contact (update array) There should be a maximum of 10 contacts allowed Create appropriate error messages for input fields that have been entered incorrectly or those with limits
Usingwindos appication in Visua basic
and allows the user to lookup an address based on its number.
DELIVERABLES
Required elements of application
Use a multidimensional array to store each person’s name, email and country, each with
their own index.
Create 8 entries with the following contact details
1 Joseph Grant, j.grant@gmail.com, Switzerland
2 Katie Jerad, katie@jeradsolutions.com, France
3 Reuben Drake, r.drake@gmail.com, Germany
4 Terry Wayne, terry@wayneenterprises.com, South Africa
5 Angela Kobin, kobin@kobincrafts.com, Indonesia
6 Tommy Baxton, t.baxton@baxmedia.co.uk, England
7 Diane Leonard d.leonard@gmail.com, USA
8 Tim Folley, folley.t@yahoo.com, USA
The user should be able to ask the program (using an index value) to display a listed contact
Create a form that allows the user to input a new contact (update array)
There should be a maximum of 10 contacts allowed
Create appropriate error messages for input fields that have been entered incorrectly or those
with limits
Step by step
Solved in 3 steps