up vote 1 down vote favorite
share [g+] share [fb]

Looking for a control for selecting a directory in Windows Mobile (using .NET Compact Framework). I can find an open and save dialog, but nothing for selecting a directory. Ideally, I'd like this to target the 2.0 framework, but I'm flexible.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I am not sure but maybe you can modify the following class-library to suit your needs.

Above class-library is great since you can overcome one of the most annoying shortcomings of the standard OpenFileDialog, namely the limit of not being able to browse the whole file system (it just let you browse My Documents subfolders and Storage cards).

Maybe not the answer you wanted to heat but hey: it might work out with some slight changes to the code.

Good luck.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.