Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get ICONs of files and folders to insert to treeView and listView like windows explorer?

i use a treeView and a listView to display file and folders like Windows Explorer. Can anyone help me, how to get ICONs of files and folders to insert them before folders name or files name in treeView and listView? Thanks in advance!

like image 395
Wayne Avatar asked Apr 26 '10 08:04

Wayne


2 Answers

You did not do your homework. Did you google?

Excellent Codeproject example for retrieving icons.

like image 161
Nayan Avatar answered Sep 19 '22 03:09

Nayan


You could download and use the icons contained in the Visual Studio Image Library.

The Visual Studio Image Library contains application images that appear in Microsoft Visual Studio, Microsoft Windows, the Office system and other Microsoft software.

like image 23
BryanJ Avatar answered Sep 23 '22 03:09

BryanJ