PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Problem in OpenFileDialog Control
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Problem in OpenFileDialog Control
![]() |
Problem in OpenFileDialog Control |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi frnd
I'm supposed to provide a mechanise for file browsing in PDA. I've used openfile Dialog control , but it only supports browsing of folders under My Documents, whereas I'm in need for searching every folder in PDA Can you plz suggest me a way to handle the above situation ? Any tip or suggestion would be of great use Thankx |
|
|
|
#2 |
|
Guest
Posts: n/a
|
This is a limitation imposed by Pocket PC, not the .NETCF dialogs. The shell
file dialogs support only the My Documents folder and equivalent folders on storage cards. On generic Windows CE systems the Open File Dialog allows browsing the full file system. If you want to browse the whole file system on a Pocket PC, you'll need to implement your own custom dialogs. This article (targeted at Smartphone) shows a basic solution:- http://msdn.microsoft.com/mobility/...tml/spfiles.asp Peter -- Peter Foot Windows Embedded MVP OpenNETCF.org Senior Advisor www.inthehand.com | www.opennetcf.org "Siedevelopers" <anonymous@discussions.microsoft.com> wrote in message news:286F0263-CD84-4AEB-A413-48C7FC736C27@microsoft.com... > Hi frnd, > > I'm supposed to provide a mechanise for file browsing in PDA. I've used > openfile Dialog control , but it only supports browsing of folders under > My Documents, whereas I'm in need for searching every folder in PDA. > Can you plz suggest me a way to handle the above situation ? > Any tip or suggestion would be of great use. > > Thankx |
|
|
|
#3 |
|
Guest
Posts: n/a
|
That's the behavior of the Dialog on the PPC. It acts the same under C++.
The only workaround is to create a new dialog from scratch. -- Chris Tacke, eMVP Co-Founder and Advisory Board Member www.OpenNETCF.org --- Windows CE Product Manager Applied Data Systems www.applieddata.net "Siedevelopers" <anonymous@discussions.microsoft.com> wrote in message news:286F0263-CD84-4AEB-A413-48C7FC736C27@microsoft.com... > Hi frnd, > > I'm supposed to provide a mechanise for file browsing in PDA. I've used openfile Dialog control , but it only supports browsing of folders under My Documents, whereas I'm in need for searching every folder in PDA. > Can you plz suggest me a way to handle the above situation ? > Any tip or suggestion would be of great use. > > Thankx |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

