Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am having a hard time coming up with the code required for this question. I have to use Visual Basics on Visual Studios 2019
I am having a hard time coming up with the code required for this question. I have to use Visual Basics on Visual Studios 2019 to complete the question. If you can input the correct code needed to complete each of the 6 steps. I can split the question up into two if I can get the correct code required to complete the question and will make sure to give the answer a like if it is correct and works. Thanks.
(50 points) Design and implement a form that has the following controls: 1) a button to change the font color in one textbox to red, and the font color in the other textbox to blue (you only need one button for this). 2) a button to change the background color of your form from green to yellow and back again. If the form background is not green or yellow when the program starts, the first click of the button should change the color to yellow (after the initial click, the colors should cycle between green and yellow). 3) labels, where appropriate, to identify controls. 4) two textboxes. 5) a button to display the contents of either textbox on the label (just choose one textbox as a source and display the source text in the label). 6) a button to end the program. The program should also have the following documentation: control names should be specified in such a way as to be self-documenting. code should contain a Programmer's Block (paragraph at top of code file stating name, date programmed, and purpose of program). comment lines where applicable in code file
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started