I am building an application in C#.net .net framework 4 and i have a treenode in it having file system, i have used its current controls but they dont have icons and they are not like professional windows directory based tree node, please help if you know some dll or control which can help in it, the tree node should also have icons with proper path with a panel. For example, there is a folder and has file in pdf format. Then it should auto pick the pdf icon for that file, if it is folder, it should have folder icon, i think i should attach the image, what i am exactly finding.

Thanks
Atif
SHGetFileInfo, passing theSHGFI_SMALLICONflag. You’ll need to use P/Invoke.