I'm new to Windows Forms programming, and I'm looking for a folder tree view
control. I'm surprised to see there doesn't seem to be one built into the
Visual Studio toolbox. Does one exist in .NET 2.0 ? (I'm not looking for a
modal popup, but a control to create a Windows Explorer-like application)
All help appreciated
Greg Woods
Tim Wilson - 23 Jan 2006 18:31 GMT
Maybe the control linked below can help. There's lost of good source code
kickin' around at CodeProject.
http://www.codeproject.com/cs/miscctrl/treeviewexplorer.asp
In addition, there's also a "File Explorer Look and Feel" application which
may help.
http://www.windowsforms.net/Default.aspx?tabindex=4&tabid=49

Signature
Tim Wilson
.NET Compact Framework MVP
> I'm new to Windows Forms programming, and I'm looking for a folder tree view
> control. I'm surprised to see there doesn't seem to be one built into the
[quoted text clipped - 4 lines]
>
> Greg Woods
Greg Woods - 24 Jan 2006 11:00 GMT
TreeViewExplorer looks like exactly what I want. I'm surprised there's
nothing built into the Windows Forms Controls.
Thanks for your help
Greg
> Maybe the control linked below can help. There's lost of good source code
> kickin' around at CodeProject.
[quoted text clipped - 15 lines]
>>
>> Greg Woods
Yuri O - 23 Jan 2006 20:44 GMT
Hi Greg
have a look at: http://www.pisyslabs.com/DiskObserver.aspx
- Yuri
> I'm new to Windows Forms programming, and I'm looking for a folder tree
> view control. I'm surprised to see there doesn't seem to be one built into
[quoted text clipped - 5 lines]
>
> Greg Woods