Subject: Advance application development Visual studio exercise The project is to create a simple Notepad style Text Editor. This will demonstrate the C# language basics. user interface controls and how to handle user events. Controls can be found in the Toolbox pane in its default location on the left side of the IDE, with the Control Properties pane on the right side of the IDE. Include the items on the following list in the program Create a C# Windows Forms Application Add the necessary user controls to the form: Menu Bar Textbox Add the necessary menu Items to the Menu Bar File - New, Open, Save, Exit Edit - Cut, Copy, Paste, Select All Help - About form (About Box Template - Add New Item) Link the menu items to their event handlers. Test the program. Submit the zipped project folder.