View Single Post

  #1 (permalink)  
Old 12-29-2003
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
How to add click event for VB.Net ?

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
Reply With Quote