Is it possible to have the locate-cursor-style shown while the ILocateCommandEvents_Dynamics-Event is running?
I would like to let the user select elements. After selecting the frist one, the ILocateCommandEvents_Dynamics should run an show some guide-lines.
The problem is that as soon as I call CommandState.StartDynamics the cursor-style changes. Setting the cursor back to the locate-cursor with CommandState.SetLocateCursor seems to disable the Dynamics-Event.
An quick example in VBA is attatched.