Hello, I have created a custom feature renderer (i.e. right-click on a layer in the ArcMap table of contents, choose Properties, and then go to the Symbology tab), everything seems to be working fine except for a couple of small details.
I have a button on a form that is supposed to launch the standard Windows file dialog browser...Unfortunately, when I call ShowDialog() on it it seems to lock ArcMap.
On a possibly related note, I have a MessageBox.Show function that also results in locking up ArcMap.
I think that somehow these dialogs are getting lost...the user can't get to them at all, and Ctrl-Alt-Delete is the only remedy.
Ideas?