Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Create a Windows Forms application. Use the following names for the project and solution, respectively: Customer Project and Customer Solution. Save the application

 

3. Create a Windows Forms application. Use the following names for the project and solution, respectively: Customer Project and Customer Solution. Save the application in the VB2017\Chap09 folder. a. Create the interface shown in Figure 9-36. The File menu should have an Exit option. Change the IblMessage control's Visible property to False. b. Code the File menu's Exit option. c. The IblMessage control should disappear when a change is made to any of the text boxes. Create one event-handling Sub procedure to handle this task. d. Code each text box's Enter event procedure. e. The Save button should save the customer information to a sequential access file named customers.txt. Before saving the information, be sure to verify that all of the text boxes contain data: display an appropriate message if at least one text box is empty. Use the following format when saving the information: Save the customer's first name and last name, separated by a space character, on the same line. Then, on the next line, save the customer's address, followed by a comma, a space character, the city name, a comma, a space character, and the ZIP code. A blank line should separate each customer's information from the next customer's information. Figure 9-36 shows a sample of the sequential access file. Save the solution and then start and test the application. Stop the application and verify the contents of the customers.txt file. Customer information Eile First: Address: City: Information saved. biMessage Last: ZIP: Save

Step by Step Solution

3.51 Rating (144 Votes )

There are 3 Steps involved in it

Step: 1

Application Name CustomerProject IDE Visual Studio 2017 Language Used VB Interface Design MainFormvb Design Code snippet MainFormvb Importing namespac... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Programming With Microsoft Visual Basic 2017

Authors: Diane Zak

8th Edition

1337102121, 9781337517058, 978-1337102124

More Books

Students also viewed these Programming questions