I have a file that can be saved to a portable device. I would like to know how I could create a DialogBox to select a portable device to save my file to. This is very similar to a save, as DialogBox except the file already exists.
Perhaps better said, I need to be able to download to a DialogBox.
How can I achieve this?
You need to use the FileDialog class to display two FileDialogs. First, have the user select the file to copy. Next, have the user select the location where the file is to be copied (e.g. portable USB thumb drive).