Custom OpenFileDialog control - has anyone written one or know of a good one to download?

  • Thread starter Thread starter T Thompson
  • Start date Start date
T

T Thompson

We need to be able to let our users select files off of the SD card and it
seems that the native control doesn't allow access to this.
 
Hi,

T Thompson said:
We need to be able to let our users select files off of the SD card and it
seems that the native control doesn't allow access to this.

Jose Gallardo Salazar wrote a pretty good one on his blog at
http://www.mobilepractices.com/2008/02/custom-openfiledialog-implementation.html

I've expanded upon his work on my own blog at
http://www.christec.co.nz/blog/archives/286

This is a Compact Framework based class which should be fairly easy to
intergrate into your C# or VB.NET application etc.

If you perform a web search there are a number of alternative
implementations floating around.

Hope this helps,
Christopher Fairbairn
 
Also if you set the filters for the file type you are looking for and then
select ALL Folders it will show those types of files wherever they are -
even on the Storage Card (SD).
 
One of our products includes an OpenFileDialog component which works on both
Professional and Standard (Pocket PC and Smartphone) devices and allows you
to access all folders:-
http://inthehand.com/content/Mobile.aspx

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - Software Solutions for a Mobile World
In The Hand Ltd - .NET Components for Mobility
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top