Hi:
I have a button, it allows the user to draw one point only everytime it is selected. When it is selected, the winformsMap.TrackOverLay.TrackMode is set to TrackMode.Point, in the TrackEnded event, I check where the user clicked , then set the winformsMap.TrackOverlay.TrackMode to TrackMode.None, and do all kind of analysis.
The problem is the point shape is not persisted, next time if the TrackMode is not TrackMode.Noe, click on the map, the point shape disappears.
I tried not to set the TrackMode to TrackMode.None in the TrackEnded event, the point shape can persist.
Am I doing anything wrong?
Thanks
Rose