I am creating a window form in C# where I have a TreeView control. I have to do following task:
- Click on a browse button
- Select the base folder
- Display all the files(
.doc/.docx) and folder of the base folder with their icon - Click the sub-folder to expand it and display the files and folders it contains
Kindly give me some suggestions/links.
I have used thet following code: