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
AFAIK, there is nothing in the .NET framework that does this out of the box.
The .NET file dialogs derive from CommonDialog:
Inherited classes are required to implement RunDialog by invoking ShowDialog to create a specific common dialog box. Inherited classes can override HookProc to implement specific dialog box hook functionality.