how to access root folder on windows mobile? I can see only the folder from folder 'my documents'. I use the command -> openfiledialog

link|improve this question
1  
possible duplicate of OpenFileDialog does not browse the folders under .NET CF – ctacke Jan 14 '11 at 16:04
feedback

1 Answer

The OpenFileDialog in can really only display the Documents and External Storage Card folder. Implementing your own file browser should not be too complicated.

Here's are some articles on the subject:

http://www.christec.co.nz/blog/archives/286

http://www.mobilepractices.com/2008/02/custom-openfiledialog-implementation.html

http://www.mobilepractices.com/2008/03/looking-for-openfiledialog-for.html

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.