Mike. Regarding thread184-1616416(OLE DragDrop Bug) I also ran into very similar issue. When using the native VFP DragDrop within a formset(which I know your not a fan of) I was experiencing the same issue of having to do "multiple mouse clicks" to stop "what 'appears' to be 'hanging'". I could not understand why this was happening now and did not notice it for months. Our application has the ability to drag and drop a container over a grid and snap container into place. But a new requirement for us to allow right click copy/paste a container over same grid triggered the issue. As you stated in your post it is the right click that starts the issue followed immediately by a dragdrop. I took your advise and put the NODEFAULT at the very end within the Native DragDrop method and it appears to have solved the issue. Will do more testing to confirm. Glad you shared and glad I was able to find your post. Very strange.........Don't think I could have solved this one alone.