working in VB with a Mappoint object.
I'm trying to select a starting point on a map (a lat/long position) using my mouse pointer. It looks like I can either
click a location on a map (like a city) or draw a rectangle. Either way I need to identify the lat/long of either the selected city or upper left corner of my drawn retangle.
I have some code I downloaded off this site to identify the lat log if given zipcode for the input. My question is this: Can I return a zipcode from either of the above two selection methods? Or is there a better way to do this.