Hello...
We are have a vb.net app and are able to display a map with pushpins that represent the results from a sql server database query. This works fine. Now....I need to be able to let the user double-click on one of the pushpins and then display a modal dialog that contains some detailed info about the pushpin location. Is this possible? I saw some articles and posts that mention the SelectedChange event....but I am having problems getting this to work. If anyone knows of a good sample or article that would be appreciated.
Thank you