IT, Web

Part I:
For part one of this project, you will incorporate the concepts that you have learned so far in the course. Create a
graphical user interface (GUI) that includes each of the following as part of the user interface:
 at least one Label control
 at least one PictureBox with an image
 Be sure to also change the name of the Form as well as the Form properties and lock the controls on the form.
Save your application (in Visual Basic), test your interface by using the DEBUG feature, and apply edits as needed. Save
the file after applying any edits. Then, proceed to part two.
Part II:
For part two, take your application’s graphical user interface from part one and add a text box to get user input, perform
an action with a button control, code a control’s Click event procedure and stop an application by using the Me.Close()
instruction.
Be sure to include each of the following as part of the updated user interface:
1. a minimum of one text box
2. a minimum of one button control
3. a Click event procedure for an Exit button
Save your application (in Visual Basic), test your btnExit control by using the procedure at the bottom of page 75 of your
textbook. Save the file after applying any edits. Submit the GUI (i.e., the Visual Basic file) in Blackboard for grading.

Leave a Reply

Your email address will not be published. Required fields are marked *