Re: tree view
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 12 Sep 2005 11:46:22 -0400
sonu,
You can create your own tree view using the FileInfo and DirectoryInfo
class. They have methods, GetFiles and GetDirectories which will help you
get file and directory listings for a directory. You can then populate your
tree view when you need to (when you click on the node to open it).
Also, you could use a FileSystemWatcher to determine when the contents
of open nodes change (so that you can update your list accordingly).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"sonu" <kr_amitso@xxxxxxxxx> wrote in message
news:1126537996.048340.266900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> I want to develop a application from where we can select files from a
> tree view
> Directly like window explor.
>
> Please help me
>
.
- Follow-Ups:
- Re: tree view
- From: sonu
- Re: tree view
- References:
- tree view
- From: sonu
- tree view
- Prev by Date: Re: How to convert a date represented as a long in database
- Next by Date: Re: How to convert a date represented as a long in database
- Previous by thread: RE: tree view
- Next by thread: Re: tree view
- Index(es):
Loading