I\'m trying to Drag from listView1 and drop on listLocal which both of them are ListView It\'s a file transfer application between client and server, th
You may try to handle the DragOver method. or have a look at example from microsoft: MSDN
Set the HideSelection property to False