VISUAL BASIC CODE LANGUAGE
You are to design and implement My_Contacts simplified VisualBasic Application that manages and organizes contact information ofthe people you know, or you usually communicate with. Each contactcontains information such as full name, email, date of birth,address (Street, City, State, and Country), and a phone number.Your Visual Basic Application is expected to have at least 3 Forms;the main form has a menu that has at least 3 options (add a newcontact, display all the contacts, and Exit Application). UseMenuStrip Control to create the menu. The insertion Form singleform that is used as an input interface for your program. That is,the interface contains a proper number (and types) of controls. Theprogram is expected to accept contact information from the user andappends them to an existing text file called myContact.txt Thedisplay all contacts form interface allows the user to display allthe saved contact information on the screen (read them from thetext file and show them in a list box control.) The exit optionterminates the program. Please follow the proper coding practicesincluding code indentation, comments, descriptive names for thevariables and controls.
VISUAL BASIC CODE LANGUAGE You are to design and implement My_Contacts simplified Visual Basic Application that manages
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am