August 2010
Intermediate to advanced
1224 pages
34h 17m
English
From the discussion of the Macro Explorer, you know that one way to run a macro is to simply double-click on the specific macro in the Explorer window. And we have also covered macro invocation based on an event within the IDE. Another common scenario you should support with certain macros is a way to trigger a macro from the main IDE through toolbar buttons, menu items, and keyboard shortcuts.
If you want to provide quick access to the node expansion and node collapse macros, you can assign them as toolbar buttons or menu items in the main IDE. You do this through the Customize dialog box as shown here:
1. Display the dialog box by selecting Tools, Customize.
2. Select the Commands tab. ...