Hi guys
I'm building an ArcMap add-in. When the user selects my tool and then clicks a parcel, I extract details about the selected parcel, open a new winForm, and pass those into the newly opened winForm. The GIS tech can then update parcel features in that winForm and save back to ArcMap. In some cases, the tech may need to click additional parcels before finishing working in the winForm, so we have special buttons on the winForm to allow them to click more parcels in ArcMap. Question is, how can I change the ArcMap cursor from my winForm when these special buttons are clicked?
Tks