ComboBox Walkthrough


PurposeThis sample corresponds to the Creating a custom ComboBox.

How to use

See Using the samples for help on compiling, setting up the debugger, and running the sample. If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders. However, you will need to update the sample to point to the location of the data once you have extracted all the files.

  1. Open and build the solution in Visual Studio.
  2. Open ArcGIS Explorer, and open a map in which you want to use the sample task.
  3. Add a polygon note.
  4. Select the note in the contents.
  5. Select the Add-Ins tab from the ArcGIS Explorer ribbon.
  6. Click the 'ComboBox Walkthrough' combobox to activate the sample.


Download the files for all languages
ComboBoxWalkthrough.cs Code to implement the combobox
Download the C# files
ComboBoxWalkthrough.vb Code to implement the combobox
Download the VB.NET files