Extending ArcObjects  

Extending the Framework

This topic is relevant for the following:
Product(s): ArcGIS Desktop: All
Version(s): 9.0, 9.1, 9.2
Language(s): VB6, VC++
Experience level(s): Intermediate to advanced



Extending the User Interface

Extending the User Interface

As an overview of the classes that you can use to extend the user interface, this topic serves as an introduction to the following example.

About Extensions

General information about creating Extension classes and just-in-time (JIT) extensions.

Commands And Tools Example

The first example project in this section provides an example of how to create the basic building blocks of many customizations. You may be aware that the creation of custom commands and tools is covered already in the ArcGIS Desktop Developer Guide and ArcGIS Engine Developer Guide, and various samples exist for command and tool classes in the Samples section of the ArcGIS developer help. However, commands, tools, extensions, and so on, are used in many examples throughout Extending ArcObjects, and so a review of creating basic custom commands and tools are also covered in this section.

In this example you can find the following customizations, which are part of an example extension class:

DDE Handler

DDE Handler Example

An example demonstrating how you can create a class to handle incoming DDE calls to ArcMap.


Back to top