拖放将文件移动到指定的文件夹 [英] Drag and Drop move file to specified folder

查看:678
本文介绍了拖放将文件移动到指定的文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!
我想通过拖放将zip文件移动到指定的文件夹,例如


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



我如何制作此代码?
TNX寻求帮助!



how i can make this code ?
TNX for help !

推荐答案

出现错误的地方,请在此处进行说明...
where you are getting error please describe there...


这是您已问过的重复问题这个问题几天前有-[拖放文件移至文件夹] [拖放界面示例 [如何在程序和资源管理器之间实现拖放 [
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.


这篇关于拖放将文件移动到指定的文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆