Re: Folder Dialog question
use the OpenFileDialog instead of the FolderBrowerDialog.
Re: Folder Dialog question
Hmm, I dont actually want them to be able to open a file, I just want them to be able to select a file and return the filepath/filename. This is because I am actually making a mail app, which allows them to pick a file and add it as an attachment.
Re: Folder Dialog question
that is what the openfiledialog does...
its just has "open" in its name because its used for selecting a file that your app will most likely open...