In the MapPoint application (not the MapPoint control) a user can right click on a pushpin (or route) and select "Find Nearby Places...". The user can then see a list of nearby places and select a radius. On the map the user will see the search radius. This search radius looks exactly the same as the search radius you get when you use the FindNearby method in a COM object. FindNearby returns a FindResults collection. Does this mean the when the user selects "Find Nearby Places..." that somewhere within the application FindResults collection is created? If so has anyone figured out how to access it? I've been looking all though the object model documentation looking for some kind of "CurrrentFindResults" property or something like that... I've had no luck. Anyone else?