View Single Post

  #1 (permalink)  
Old 09-10-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Custom context menu

I'm asking here after searching this forum and googling for hours - I thought I'd find an answer but no joy so far.

Using the ActiveX control and .NET. All I'd like to do is create my own context menu when the user right-clicks a pushpin. I can trap when the right mouse button is clicked, but I can't seem to figure out how to get the pushpin object (or even just the Name property) from the user's click.

You can get the x,y coordinates of the click event, but how do I find a pushpin from that?

Thanks,
Mike
Reply With Quote