Hi,
I have done a DnD implementation in a MFC multidoc project.
My implementation allow the user to DnD items of my CListCtrl in windows explorer to copy or moves files.
To do that, I have implemented a COM object implementing IStream interface. All works.
However, a problem happens. The windows explorer target is blocked. The windows explore's window remain blocked during all the file transfer. The mouse events are not captured ...
Does someone now how we can avoid it ?
I have done a DnD implementation in a MFC multidoc project.
My implementation allow the user to DnD items of my CListCtrl in windows explorer to copy or moves files.
To do that, I have implemented a COM object implementing IStream interface. All works.
However, a problem happens. The windows explorer target is blocked. The windows explore's window remain blocked during all the file transfer. The mouse events are not captured ...
Does someone now how we can avoid it ?