AllTheTimeWorld.com

csharp richtextBuild the Form

Build the Form

Show all the controls and properties for this project

Build the Form

Show all the controls and properties for this project


Text of video

Build the form as shown below:

  1. Start a new windows form application named Notes.
  2. Add a menu strip(The menu strip is automatically docked at the top of the form.)
  3. Click the arrow in the top right corner and add standard items.
  4. Add a tool strip (The tool strip will automatically dock under the menu strip.)
  5. Click the arrow in the top right corner and add standard items.
  6. Add a status strip (The status strip will automatically dock at the bottom.)
  7. Click the arrow in the top right corner and select Edit items.
  8. Add two StatusLabel items.
  9. Select the first status strip label and name it toolStripStatusFilename. Make the text say untitled.
  10. Select the first status strip label and name it toolStripStatusDateTime. Make the text say DateTime.
  11. Add common dialog controls:Save File dialog, Open file dialog, Color dialog, and Font dialog.
  12. Add a timer.
  13. Click Save All and run the program to see what you have so far.