Answer the question
In order to leave comments, you need to log in
How to select multiple folders and multiple files at the same time in one dialog box (OpenFileDialog) in VisualStudio C++ or C#, and get their names?
I can select several FOLDERS:
Result:
I can select several FILES:
RESULT:
NEED THE SAME ONLY SIMULTANEOUSLY FOR FOLDERS AND FILES IN ONE DIALOGUE WINDOW.
HERE USED OpenFileDialog.
Answer the question
In order to leave comments, you need to log in
By standard methods, you can select either folders or files. To choose both, you need to look for projects that allow you to do this. For example this one:
https://github.com/scottwis/OpenFileOrFolderDialog
Or this one:
https://www.codeproject.com/Articles/28015/SelectD...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question