I want to use the OpenFileDialog to select a folder, rather than an actual file. The folder name would then be used elsewhere in the app. Is this possible? I set the filter to "", but no luck, that opens the actual folder and shows all files. I can get the folder names and display them in a combo box, but I want this function on the menu. I suppose a menu click could bring up a list box, but can it be done through the OpenFileDialof?
Thanks.