locked
Drag n Drop not working on elevated mode with COleDropTarget RRS feed

  • Question

  • Hi,

    I am working on an application which doesn't support drag 'n' drop in admin mode. Earlier I was using COleDropTarget but now I have ported the code to use window messages. But another requirement to determine if drop should be allowed which was handled with OnDragEnter before is not possible now because no message is generated before WM_DROPFILES (as far as I know). 

     

    I have followed this Code project example as a reference for COleDropTarget.

    Please help.

    Thanks in advance.

    Friday, March 31, 2017 9:05 AM

All replies