Essentially I wanna create a Windows application. Add a ContextMenuStri p to the form with one command: BackColor. When this item is clicked, bring up the ColorDialog and after the color is selected in the ColorDialog, set the BackColor of the form to the chosen color.
I also wanna add a main menu to the form with a File – Open selection. When clicked, have it bring up an OpenFile dialog. Set the Title and Filter properties (text files and all files). After a file is selected in the dialog, place the returned file name in a label on the form.
All in C#
I also wanna add a main menu to the form with a File – Open selection. When clicked, have it bring up an OpenFile dialog. Set the Title and Filter properties (text files and all files). After a file is selected in the dialog, place the returned file name in a label on the form.
All in C#
Comment