The OpenFileDialog does not provide the functionality to select multiple files. Nor does OpenFileDialogEx (Although better)
How do i get about selecting multiple files in .NET Compact Framework?
Thanx a lot in advance :)
The OpenFileDialog does not provide the functionality to select multiple files. Nor does OpenFileDialogEx (Although better)
How do i get about selecting multiple files in .NET Compact Framework?
Thanx a lot in advance :)
You'll have to roll your own (or use/modify one of several 3rd party offerings) OpenFileDialog. Since the one for the CF sucks anyway, it's probably worth doing.