Question: Create a simple GUI Application that contains a label, textbox, and a button. The Label should say Enter some information to save into a file.
Create a simple GUI Application that contains a label, textbox, and a button. The Label should say Enter some information to save into a file. and the button should say Save To File
Your program needs to implement both of these two functions:
When a user hovers the label and button it needs to change color. You can pick whatever color you want, but it needs to be different from the default color.
When the user clicks on Save to File button, the contents of the textbox need to be saved to a text file called CSharpAssignmenttxt and save to the Documents folder.
Can i just get the files to download for this program I do not want to follow the steps i would prefer to just edit the code on my own
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
