This project provides an example of an Extension complete with a number of a command, menu, multi-item, subtyped command, tool, toolbar and toolcontrol. This sample is designed to show you how to use the different types of command items, and how to combine them into an extension.
For more information, see the Extending ArcObjects topic CommandsAndTools Example.
| Products: ArcEditor: VB6 Platforms: WindowsMinimum ArcGIS Release: 9.0 |
You should now see the Sample Toolbar toolbar in ArcMap.
The Sample Toolbar toolbar should now be enabled - you can use them to interact with the map.
| CommandsAndToolsVB.dll | The compiled component. |
| CommandsAndToolsVB.reg | Registry export file that can be used to register the classes to the appropriate component categories. |
| CommandsAndToolsVB.RES | Resource file containing icons and cursors for the project. |
| CommandsAndToolsVB.vbp | Visual Basic project file. |
| frmControls.frm | Form containing the controls for the project. |
| SampleCommand.cls | Class module that defines an example custom command. |
| SampleExtension.cls | Class module that an example custom extension. |
| SampleMenu.cls | Class module that an example custom menu. |
| SampleMultiItem.cls | Class module that an example custom multiitem. |
| SampleSubtypedCmd.cls | Class module that an example custom subtyped command. |
| SampleTool.cls | Class module that an example custom tool. |
| SampleToolbar.cls | Class module that an example custom toolbar. |
| SampleToolControl.cls | Class module that an example custom tool control. |