Use OpenDialogEx from my ControlsExDesktop which supports multi-select for files but not folders. This is the expected behaviour of the .NET OpenFileDialog. As far as I know there is no dialog in .NET that can select multiple folders.
Check out all my other desktop libraries listed here.
nobody except me need to multiselect folders?![]()
I suspect it is so rare that no system, even outside Microsoft, has ever offered it. Unless you know otherwise...
Mike.
I used to select several folders from a group of folders at the same time,move or copy them to somewhere.
now I need to rename folders at the same time ,so I programming with b4p,need to multiselect them, of course, with listbox and item with checkbox could do it, but that make life complicate...
lqg.