First VB.NET program

This assignment tests your familiarity with the Visual Studio.NET development system and your ability to tie it to our programming terminology.

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)?


Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.