Folder Viw, File View ???

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

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.
 
I think you could use the TreeView control and populate it using
System.IO namespace.
 
Back
Top