To create a toolbar that you can share

  1. Open any ASCII text editor.
  2. Type the following characters exactly as shown here:
  3. ***MENUGROUP=example

     

         ***TOOLBARS

         **NewDraw

         ID_ NewDraw [_Toolbar("NewDraw ", _Bottom, _Show, 200, 200, 1)]

         ID_Line_0 [_Button("Line", Iline.bmp, IL_line.bmp)]^C^C_line

         ID_Hatch [_Button("Hatch", Ihatch.bmp, IL_hatch.bmp)]^C^C_hatch

         ID_Dtext [_Button("Dtext", Idtext.bmp, IL_dtext.bmp)]^C^C_dtext

         ID__0 [_Button("Circle Rad", Icirad.bmp, IL_cirad.bmp)]^C^Ccircle;

         ID_Erase [_Button("Erase", Ierase.bmp, IL_erase.bmp)]^C^Cerase;

         

         ***HELPSTRINGS

         ID_Line_0 [Creates straight line segments]

         ID_Hatch [Fills an enclosed area with a nonassociative hatch pattern]

         ID_Dtext [Displays text on screen as it is entered]

         ID__0 [Allows user to draw a circle with a radius value]

         ID_Erase [Removes objects from a drawing]

  4. Save the file to the IntelliCAD folder with a *.mnu extension.

Tell me about...

Creating a new toolbar

Creating custom toolbar tools

Creating flyouts

Creating toolbars that you can share as files

Customizing toolbars

Displaying and hiding toolbars

Naming toolbars

Setting the experience level for toolbars

Starting commands using toolbars

Toolbar syntax and explanations

How do I...

Add a custom tool to a toolbar

Add a flyout to a toolbar

Add a tool to a toolbar

Choose which toolbars to display

Copy an existing toolbar

Create a new toolbar

Delete a tool from a toolbar

Open the toolbar file on another computer

Rename a toolbar

Restore the toolbar defaults