Select to view content in your preferred language

How  to make a GUI using .NET support in ArcGIS Desktop 10

1271
1
06-22-2012 08:43 AM
AnilBahuguna
New Contributor
1. I have installed ArcGIS 10 in my PC along with following softwares;

   a)  Visual studio 2008 service pack 1.
   b)   SDK for .NET support.
   c)  Visual studio 2010.
   d)  ArcGIS Desktop 10.
2. I want to develop a GIS application for analysis of radio path profile.
3. Pl guide me as to how should i go about making a GUI based application in ArcGIS using .NET.
0 Kudos
1 Reply
DaveCouture
Occasional Contributor
If you are just doing analysis (Geoprocessing), it might be easier to use the Model Builder and Python.  But, if you want to use UI, you�??ll have to get familiar with ArcObjects and create ArcMap Add-Ins, with VS2010.

This is a good starting point: http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Walkthrough_Building_cu...
0 Kudos