I've written a small utility that uses MapPoint to import pushpins into a map containing various shapes. I then can report which pushpins are within a shape and which are not.
The problem I am having is that my MapPoint control already has "My Pushpins" which causes me to write two reports. One is for the data that I've imported and one is for the "My Pushpins" dataset.
How do I go about deleting the default set?
If I add the ability to manually enter a location as a pushpin, how do I define which dataset it should go into?
I'm a relatively new programmer using C#, so I appreciate any help with these bone-head questions.
Thanks!
Ken