Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi !
i want to move a zip with drag and drop to the specified folder like this


    Private Sub Panel1_DragEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles Panel1.DragEnter
        If File drop Then
            Dim path As String = "D:/pictures"
            Move file to path
        Else
        End If
    End Sub
End Class


how i can make this code ?
TNX for help !
Posted

where you are getting error please describe there...
 
Share this answer
 
Its your Repeated question you already asked this question few days back there-[Drag and Drop file move to folder][^]
where you got some answer with nice reference links like given below
The Drag and Drop interface samples[^]
How to Implement Drag and Drop Between Your Program and Explorer[^]

You've already marked as Accepted Answer there and then You are again asking new question with same problem. Please be stick at one place and do query to Answer till you have problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900