Wyo VB Mad Lib |
Write a program that allows the user
to enter a noun into one text box, a verb into another text box and
an adjective into a third text box. You may include more text boxes
with prompts such as "place", "food", "animal",
etc. Include a button with the Text property "Click" that
displays a funny mad lib in a label using the three or more user inputs.
The label should initially be invisible but become visible when the user clicks the Click button. Also include an Exit button that
the user can click to end the program as well as a Clear button that
allows the user to clear the text box. In order to add line breaks in the output in the label, use the vbCrLf constant as in Staple your printouts in the following order:
|