• Welcome to Jose's Read Only Forum 2023.
 

Drag & Drop

Started by Trento Castricone, January 05, 2011, 10:44:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Trento Castricone

What I would like to implement is a true DRAG & DROP function.
DRAG from my listview to any folder or program that accepts the DROP.

I am sure that many in this forum would like to see sample code.

A simple example is DRAGGING two files from my listview to the Windows Trash for deletion.

Thanks

José Roca

 
I only know about registering a window in your application to accept drag and drop operations ( http://msdn.microsoft.com/en-us/library/ms678405%28VS.85%29.aspx ) but not the opposite.