Hello,

I made a usercontrol with 2 pictureboxes (Index property = 0 and 1)
In the DragOver-Event of the picturebox I've write any code.

I've placed my usercontrol on a form. On that form there's also a label (Dragmode property = Automatic).

If I drag the label over the usercontrol, normaly the Dragover-Event must be executed but nothing happened.
Otherwise the MouseMove-event works normaly.

What do I wrong ?


Kris