I've added a needed feature to my program where the user will move their completed forms to the network drive. Currently the program finds all associated files in the source directory and then moves them, but I was wondering if there is a way to move only selected files or multiple files at a given time. Using VS 2010, I've looked at the open and save file dialog boxes, but open only lets me select one file at a time while the save dialog box does not let me move them. Just wondering of some ideas/suggestions for this.

Open file dialog box has a property to open multiple files openFileDialog1.Multiselect = true

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.