I need help with these WINFORM projects.
frmColor - Title Color Me Random) Should have a button called Color Me that generates a random number between 0 and 6. Use an if/else if construct to change the background color of frmColor to the following: 1 - red 2-blue 3- green 4- purple 5-orange Default - yellow Add a Close button to close the form to return to frm Main. frmWriter - Title (Write Me Twice) Should have a Generate button that uses a loop to write a series of even numbers to a listbox (lbxEven) and to a text file (even.txt). The numbers should go from 100-200 inclusive. Make sure the file is in your bin/debug folder. Add a Close button to close the form to return to frm Main. frmCalculator - Title (Fun Calculator) Should have textboxes and labels for num1, operand(+,-.*), num2 and a result label. The Calculate button should use a switch statement that changes based on the operand entered and performs the selected calculation (add, subtract or multiply) and stores the result in the label provided. Add a Close button to close the form to return to frm Main. frmStringy - Title (Cheesy) Should have a label and a textbox for entering a word and a label with a new word label to store the result from the Change button. The Change button will take the single word that was entered and revert it to pig latin and store it in the new word label.
I need help with these WINFORM projects.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
I need help with these WINFORM projects.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!