Zebra0.com

visual-basic richtext

We have created an Application called MyNotes with a rich text box and a menu with standard items. We will add a tool strip next. The user will have a choice of selecting Save from the File Menu or clicking the icon on the tool bar.

  1. Continue with the MyNotes Application.
  2. Drag a ToolStrip ToolStripto the form. It will appear under the menu.
  3. Click the arrow in the top right corner and instert standard items just as you did with the menu.
  4. When you run the program, you will see the toolbar with tooltip text already in place.
    runtime
  5. Click Save All SaveAllat this point and run the program to see what we have so far.

    NEXT: Add a ToolBar