Peter
Fri Nov 12 13:16:04 CST 2004
Pocket PC doesn't implement the common dialog, but you can build one with a
tree-view and a bit of file system enumeration.Although targetted at
Smartphone, this article shows how to build a simple file system tree, you
can use this to build your own folder browser dialog.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/SPFiles.asp
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org
"Erin" <Erin@discussions.microsoft.com> wrote in message
news:8E3CF59A-44EE-477F-9E89-E98223BDAF2C@microsoft.com...
> Is there something similar to the FolderBrowserDialog that I can use for
> my
> user to indicate where to save a file on the PPC?
>
> Thanks