Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. File/Folder Operations: Looking for ideas.

File/Folder Operations: Looking for ideas.

Scheduled Pinned Locked Moved Visual Basic
data-structuresquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Brad Fackrell
    wrote on last edited by
    #1

    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

    A 1 Reply Last reply
    0
    • B Brad Fackrell

      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

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      Give these a try: http://www.codeproject.com/vb/net/VbNetExpTree.asp[^] http://www.thecodeproject.com/vb/net/DragDropPersistingTreeV.asp[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskstartingdragoperations.asp[^]

      B 1 Reply Last reply
      0
      • A Anonymous

        Give these a try: http://www.codeproject.com/vb/net/VbNetExpTree.asp[^] http://www.thecodeproject.com/vb/net/DragDropPersistingTreeV.asp[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskstartingdragoperations.asp[^]

        B Offline
        B Offline
        Brad Fackrell
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups