Open File Dialog not shows My Documnets, Pogram Files folders

  • Thread starter Thread starter TaurusE3
  • Start date Start date
T

TaurusE3

Hi,
I have placed Open File Dialog control in my application but when
its pop up in Folder list it shows only,

"All Folders"
"Business"
"My Music"
"Personal"
"Templates"

but it shows me folders like My Documents or hierarchy like
Program Files->MY App Folder or Windows Folder
and when i select "All Folders" from the folder selection it dont shows me
files belongs to the My Documents folder.

what i am doing wrong here? cuz i havent seen any option for All types of
files like *.* to enter.

any suggestion any tips will be appreciated
thanx in advance
 
On Windows Mobile Professional the default behaviour of the native
OpenFileDialog (which the managed class wraps) is to show the My Documents
folder as the root along with any subfolders below it. It will also show
either the contents of a My Documents folder on an SD card or the root of
the SD card. This is a platform limitation, generic Windows CE devices
access the full folder hierarchy.

Peter
 
On Windows Mobile Professional the default behaviour of the native
OpenFileDialog (which the managed class wraps) is to show the My Documents
folder as the root along with any subfolders below it. It will also show
either the contents of a My Documents folder on an SD card or the root of
the SD card. This is a platform limitation, generic Windows CE devices
access the full folder hierarchy.

Peter

--
Peter Foot
Microsoft Device Application Development MVPwww.peterfoot.net|www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility










- Show quoted text -

you can always build/add your own File Dialog - see example at
http://www.siccolo.com/Articles/Cod...tPC_Filter/SelectFileDlg_PocketPC_Filter.html

... more at http://www.siccolo.com/articles.asp ...
 
Back
Top