Is there an \"easy\" way to select either a file OR a folder from the same dialog?
In many apps I create I allow for both files or folders as input. Until now i alwa
All of the built in dialogs use the shell API's that correspond to their action, PrintDialog, OpenFileDialog, SaveFileDialog, etc...
You would most likely have to manually build this functionality.