Writing a Windows Explorer Clone with drag and drop from Windows in C# [closed]
I am trying to create a Window Explorer clone in C#/Visual Studio (that would hopefully look as close to the native explorer as possible) and I need to be able to drag and drop files from this explorer to Windows. Can anyone link me to any places that would be a good starting point for this kind of project? Also, any general tips about how I might do this would be appreciated.
You probably need these items:
SplitterPanel, TreeView, ListView, AllowDrop=True, System.IO etc
精彩评论