views:

10

answers:

1

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 :)

+1  A: 

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.

ctacke