How to create a dll and put it in ArcMap

902
2
07-07-2011 12:43 AM
GarySham
New Contributor
Dear all,

I am beginner in porgramming and ArcObject.
I developed a form using VB 2008. How can I make it as a dll and put it in ArcMap ?

Regards
Gary
0 Kudos
2 Replies
RobertBerger
New Contributor III
Greetings,

One thing that has worked for me pretty well was using Add-Ins (in 10.0). You can check out how they work here.

Robert
0 Kudos
YaminiManickam
New Contributor III
You can do it in various ways:

    * Using add-ins
    * Implementing interfaces
    * Inheriting ArcGIS base classes
    * Using ArcGIS item templates
    * Creating a command or tool

For more information, please see http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_commands_and_t...

Add-ins are not supported in previous versions of ArcGIS, it is new to 10.
0 Kudos