Java has JFileChooser.FILES_AND_DIRECTORIES
to allow the user to select a file or a folder. .NET WinForms has OpenFileDialog
for files and FolderBrowserDialog
for folders. Does .NET have any component that can allow for either?
views:
18answers:
1
+1
A:
No .NET doesn't have such a component.
However you might try this:
Jay Riggs
2010-02-20 00:03:42
Perfect! Thanks much.
Dinah
2010-03-17 17:38:59