Hi,
are there any Directory browser or File List controls for C#
compactframework?

Re: Directory and File List controls by Martin

Martin
Fri Jul 01 23:33:34 CDT 2005

Hello,
Labit have a set of controls, among them there are
some dialogs (FolderBrowser, FileOpen and so on)
take a look at them
http://www.labitweb.com


"farseer" <farseer@optonline.net> wrote in message
news:1120270614.530393.29200@f14g2000cwb.googlegroups.com...
> Hi,
> are there any Directory browser or File List controls for C#
> compactframework?
>



Re: Directory and File List controls by farseer

farseer
Sat Jul 02 14:28:53 CDT 2005

so if you don't want to go with a 3rd party control, i guess you have
to write your own? are there any examples of this or what classes
would i be dealing with?


Re: Directory and File List controls by Peter

Peter
Sun Jul 03 03:07:51 CDT 2005

Getting the file details you'll be working with the System.IO namespace and
the File and Directory classes. Also FileInfo/DirectoryInfo to get their
properties. Take a look at this code-project article on building a file
explorer:-
http://www.codeproject.com/netcf/UseSystemimagelist.asp

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"farseer" <farseer@optonline.net> wrote in message
news:1120332533.454970.7950@o13g2000cwo.googlegroups.com...
> so if you don't want to go with a 3rd party control, i guess you have
> to write your own? are there any examples of this or what classes
> would i be dealing with?
>