Question: In this exercise, you modify the application from Exercise 7. The modified application will display the number of rectangular tables needed to seat the bridal

In this exercise, you modify the application from Exercise 7. The modified application will display the number of rectangular tables needed to seat the bridal party as well as the number of round tables required for the guests. Each rectangular table can accommodate a maximum of 10 people. As in Exercise 7, a maximum of 8 guests can fit at each round table. Use Windows to make a copy of the Wedding Solution folder. Rename the copy Modified Wedding Solution. Open the Wedding Solution.sln file contained in the Modified Wedding Solution folder. In addition to entering the number of guests, the interface should now allow the user to also enter the number of people in the bridal party. Modify the interface by including three additional labels and a text box, and then reset the tab order. Make the appropriate modifications to the code. Be sure to code the new text box’s Enter, KeyPress, and TextChanged procedures. Also, be sure to modify the txtGuests_TextChanged procedure. Save the solution and then start and test the application. (If the numbers of guests and bridal party members are 130 and 15, respectively, the numbers of required round and rectangular tables are 17 and 2, respectively.)

Step by Step Solution

3.35 Rating (164 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 15 VisualStudioVer... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Microsoft Visual Basic Questions!