I would like to use a custom TreeView control that use a datasource to create the tree structure. I would like to create a kind of folder browser. Instead of recreate a datasource with folders name, path, icon, ecc I was looking for an object that can do this for me!
So is there a simple way to get a dataSource representing the File System?
Thank you.
you can take a look here, thats an example project:
its a little bit more complicated than just adding a data source
http://www.codeproject.com/Articles/301943/TreeView-Explorer-using-VB-NET-2008