Write a program that is exactly like my first VB.NET program.
Be sure your user interface is identical to mine. The button is centered both horizontally and vertically on the form, the font size is 14 point, and the form has a descriptive caption.
When your program is complete, print out a screen shot of it running (in execution, not design mode).
Turn in the screen shot along with the answers to these questions:
__________ What was the initial value of the Text property of the button you created?
__________ What is the final value of the Text property of the button you created?
__________ What is the Name of the Form you created?
__________ What is the final value of the Text property of the Form you created?
__________ What is the final value of the Width property of your form?
__________ What is the final value of the Height property of your form?
__________ How many objects did you create?
__________ How many events does your program handle? (How many event handlers did you have to write)?