whats the dialog which can let user choose the target location of file? and i will need to get the location chosen by user to create a zip folder so that i can zip files into the zip folder...common dialog doesnt seem to be the one..
Printable View
whats the dialog which can let user choose the target location of file? and i will need to get the location chosen by user to create a zip folder so that i can zip files into the zip folder...common dialog doesnt seem to be the one..
If the user should be able to also select the file name, the CommonDialog is what you want.. but if they should only be able to select the folder, what you want is the BrowseForFolder API, which you can find examples of here.