Lagnuage: VC++ 6.0
Version: Mappoint 2006
Type: COM/ActiveX
Hello my friends,
I think I have a difficult problem here.
When I draw a rectangle on the map, I can select the drawn rectangle and modify its size. But I can also delete it, just by pushin the delete-key on my keyboard. The problem is, how can I see in the code wether I deleted a selection?
Normally I keep track of the created objects on the map by putting them in a collection. But pressing the delete-key deletes an object without notifying me what happened. Maybe I can use the AfterViewChange event to see something has changed, but I don't know if it works. Also I don't know how to solve this problem. Anybody a suggestion? Thank you.