DO NOT RESPOND IF NOT IN VISUAL BASIC LANGUAGE You are to design and implement My_Contacts in Visual Basic simplified Ap

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

DO NOT RESPOND IF NOT IN VISUAL BASIC LANGUAGE You are to design and implement My_Contacts in Visual Basic simplified Ap

Post by answerhappygod »

DO NOT RESPOND IF NOT IN VISUAL BASICLANGUAGE
You are to design and implement My_Contacts in VisualBasic simplified Application that manages and organizescontact information of the people you know, or you usuallycommunicate with. Each contact contains information such as fullname, email, date of birth, address (Street, City, State, andCountry), and a phone number. Your application is expected to haveat least 3 Forms in Visual Basic; the main formhas a menu that has at least 3 options (add a new contact, displayall the contacts, and Exit Application). Use MenuStrip Control tocreate the menu. The insertion Form single form that is used as aninput interface for your program. That is, the interface contains aproper number (and types) of controls. The visualbasic program is expected to accept contact informationfrom the user and appends them to an existing text file calledmyContact.txt The display all contacts form interface allows theuser to display all the saved contact information on the screen(read them from the text file and show them in a list box control.)The exit option terminates the program. Please follow the propercoding practices including code indentation, comments, anddescriptive names for the variables and controls.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply