Visual Basic
The purpose of this assignment and the next one, is to get you "playing" in Visual Basic and to get you comfortable working with the basic elements of the language that we are currently going over in class.
Assignment #1:
Create a form that has at a minimum:
- a label, a text box and a control button
- something happening on a click event.
- meaningful names should be given to the project, the form, the label, the text box and the
control button
- change properties on the label, textbox, form and control button (you should change
at least 10 properties in all)