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 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.