views:

31

answers:

1

hi therem

i have an app here and i let the user drag link labels around on the form, but i need to be able to do stuff when the linklabel they are dragging around touches another control on the form. can anybody please point me in the right direction? or offer any suggestions/advice?

thanks lots jase

+3  A: 

You could possibly use Rectangle.IntersectsWith on the Bounds of the controls to detect collision.

Quintin Robinson