Create a Windows application that can be used to input a users name. Include an appropriate label

Question:

Create a Windows application that can be used to input a user’s name.

Include an appropriate label indicator for the name and a textbox for the input entry. A button labeled Submit should retrieve and display the value entered on another label positioned near the bottom of the form.

The font color for the text for the label object should be yellow. Change the background color of the form to an appropriate one to use with your yellow text. Change the Font property to a font of your choice. The size of the font for all objects except the Button should be at least 14 points.

The Button font should be 16 points. Add a title caption of “Name Retrieval App” to the form. Initially clear the text from the label that will display your final answer. When the Submit button is pressed, retrieve the name and concatenate that value with a Congratulatory message.
For example, you might display, “Congratulations, Brenda Lewis, you retrieved the data!,” if your name was Brenda Lewis. Position the button so it is in the center of the form. Align the other controls so they are aesthetically pleasing. Be sure to change the default names of all controls involved in program statements.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: