View Single Post

  #1 (permalink)  
Old 05-05-2008
Gerhard Faber Gerhard Faber is offline
Junior Member
Yellow Belt
 
Join Date: Jan 2006
Posts: 12
How to detect a particular pushpin

Hi,
I want to hold a list of all MP-pushpins in memory. What criteria of the PushPin-Object I added with "AddPushPin" do I have to store in my list, so that I can find the right listentry in "OnSelectionChange"?
I dont' want to use some strings in "Name" or "Note" because the user can change this things.
I tried to store the address of the PushPin-Object, but this didn't work. In "OnSelectionChange" I didn't get the same address as in "AddObject".
greetings
Gerhard
Reply With Quote