Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[MFC] Drag And Drop

Status
Not open for further replies.

funxav

Programmer
Jun 13, 2003
15
FR
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 ? :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top