Jose's Read Only Forum 2023

General Category => General Discussion => Topic started by: Trento Castricone on January 05, 2011, 10:44:12 PM

Title: Drag & Drop
Post by: Trento Castricone on January 05, 2011, 10:44:12 PM
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
Title: Re: Drag & Drop
Post by: José Roca on January 06, 2011, 01:19:48 AM
 
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.