File/Folder Operations: Looking for ideas.
-
I’m building an application that is used to manage project data such as CAD files, images, etc. At the beginning of a project, a ‘rough’ directory structure that holds project information is created. This structure changes throughout the process of working on the project. The changes include: File/Folder renaming, deletion, adding and moving. I’m trying to think of a user friendly interface where these file/folder operations can take place. I’m thinking of something similar to a Windows Explorer type window but with the ability to move folders up and down the tree. Or, even better, drag a folder to another location. Has anybody ever seen any examples similar to this? Any ideas or suggestions?? Thanks Brad
-
I’m building an application that is used to manage project data such as CAD files, images, etc. At the beginning of a project, a ‘rough’ directory structure that holds project information is created. This structure changes throughout the process of working on the project. The changes include: File/Folder renaming, deletion, adding and moving. I’m trying to think of a user friendly interface where these file/folder operations can take place. I’m thinking of something similar to a Windows Explorer type window but with the ability to move folders up and down the tree. Or, even better, drag a folder to another location. Has anybody ever seen any examples similar to this? Any ideas or suggestions?? Thanks Brad
-
Anonymous wrote: _http://www.codeproject.com/vb/net/VbNetExpTree.asp\[^\]_ ...Very nice. Anonymous wrote: _http://www.thecodeproject.com/vb/net/DragDropPersistingTreeV.asp\[^\]_ ...Perfect! (When combined with the first article.) Thanks