Select to view content in your preferred language

Creating a Custom Toolbar Button

499
2
09-07-2011 09:06 AM
KimBeckwell
Deactivated User
Hi,

I've never done this before and was wondering if someone could point me in the right direction of learning how to do this.....I would like to create a custom toolbar button that I can add to my ArcMap.mxd that will run a select and prompt me for a parcel number, and after keying the number in it will zoom to the selected parcel.

I would appreciate any help!  Thanks!

Kim
0 Kudos
2 Replies
BenVan_Kesteren1
Deactivated User
I saw you thread title and got excited, i thought that this would be something cool to know how to do... unfortunately nobody has replied! bugger!
0 Kudos
JeffBarrette
Esri Regular Contributor
Do you want to do this with Python/geoprocessing or ArcObjects.

If you want to do it with Python/gp then simply create a script tool with a single parameter (parcel number).  You can run the script tool from a toolbox or you can add a script tool to a custom toolbar.

Jeff
0 Kudos