Hi,
Is there a clean, ArcObjects friendly way to listen for mouse events in the main ArcMap window without using an ITool?
I'm developing a command which displays a custom .Net form. On the form there's a button which gets enabled upon user selecting a particular value from a dropdown. Once enabled, the form minimizes and allows the user to select features (using Select Features built-in tool). I mainly need the envelope of the rectangle drawn by the user during selection.
I've tried implementing the ITool in the same class as my ICommand, but the mouse events never seem to get fired.
Any suggestions...?