I need to display a treeview with a checkbox to allow me to select certain
folders / files. Is there no folder view or file view in Studio .NET 2005?
How can this be accomplished without a third party control?

Thanks.

Re: Folder Viw, File View ??? by Truong

Truong
Mon Nov 14 20:34:42 CST 2005

I think you could use the TreeView control and populate it using
System.IO namespace.