When you initiate Control.DoDragDrop() and drag the cursor over another control that has AllowDrop = TRUE, a reference to the object in the drag data is created and not released upon DragLeave.Here is an example demonstrating the behavior:http://www.mdevx.com/other/temp/dragdrop_issue.zip
No Comments