Welcome Screen Modification
For this exercise, you will modify an application that displays a welcome screen for the First Gaddis Bank. After starting Visual Studio, open the First Gaddis button from the student sample programs folder named Chap2\First Gaddis. button shows the application’s form.

Make the following modifications to the application:
a. Change the form’s title bar text to read First Gaddis Bank.
b. Change the label’s Font property to Microsoft sans serif, bold, 14.25 point.
c. Change the label’s text alignment to middle center.
d. Change the button’s name tobtnExit.
e. Change the button’s text to read Exit.
f. Change the label’s background color to a shade of light blue, or another color of your choice.
g. Change the form’s background color to the same color you chose for the label.
h. Write a Click event handler for the button that closes the application window.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.