Please only respond if you can write in VisualBasic!
You are to design and implement My_Contacts simplifiedApplication that manages and organizescontact information of the people you know, or you usuallycommunicate with. Each contact containsinformation such as full name, email, date of birth, address(Street, City, State, and Country), and a phonenumber.Your application is expected to have at least 3 Forms; the mainform has a menu that has at least 3 options(add a new contact, display all the contacts, and ExitApplication). Use MenuStrip Control to create themenu.The insertion Form single form that is used as an input interfacefor your program. That is, the interfacecontains a proper number (and types) of controls. The program isexpected to accept contact informationfrom the user and appends them to an existing text file calledmyContact.txtThe display all contacts form interface allows the user to displayall the saved contact information on thescreen (read them from the text file and show them in a list boxcontrol.)The exit option terminates the program.Please follow the proper coding practices including codeindentation, comments, descriptive names forthe variables and controls.
Please only respond if you can write in Visual Basic! You are to design and implement My_Contacts simplified Application
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am