Visual Basic GUI program solved

$25.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (3 votes)

In this lab you create a Visual Basic GUI program in Microsoft visual studio. The programs form should include a text box for user input and a button. when a user clicks button, if a 1 is entered in the text box, the background color of the form should change to green. if a 2 is entered , the background color of the form should change to red. if 3 is entered, the background color of the form should change to yellow. if any vaue other than 1,2, or 3 is entered the background color of the form should be changed to white. use the GUI vote and the doubler programs. Also use If Else statement in the click event procedure.

1. create a new project named ColorChanger.
2.Add the button and text box to the form in the desingner window and change the properties of the form. the button and the text box as necessary.
3.write the code for the buttons click event
4.test the program
5.save the project as colorchanger.