Ok, here's the deal:
I created a custom label that moves throughout it's parent control when the user press and move the cursor on it, the application will be holding lots of this custom labels, what i want to do is if the label that is being dragged is near another label then snap the location to the label near it, so here an example of what the code should be:
Vb.net Code:
IF DraggingLabel.Left = "near" NearestLabel then DragginLabel.Left= "Snap to nearest label left" End If
So, if anyone could help me i'll appreciate it




Reply With Quote