View Single Post

  #2 (permalink)  
Old 12-02-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: pushpins in manually drawn shape

Hi,

Yes easy to do. You use SelectionChange event witch is called after a user has drawn a shape. There you check eventually if it is a circle. Then you can use QueryShape to get back the record set that is in the shape.

I dont know your application, but it is maybe better to let the user click a button of your own to select, then draw the shape yourself (MouseDown etc)
Reply With Quote