imagelist question

  • Thread starter Thread starter chan
  • Start date Start date
C

chan

Hi,

I have a question about using imagelist in treeview. I
want to create a treeview for allowing navigating through
the system directory structure. How can I get the
imagelist of the windows system's imagelist that contains
the glyph of drives, and folders, etc. I know I can
create my own imagelist. But then that might not be
consistent with what is shown in other applications, e.g.
the windows explorer. Therefore I like to get hold of the
handle of the system's imagelist.

TIA
 
Hello,

chan said:
I have a question about using imagelist in treeview. I
want to create a treeview for allowing navigating through
the system directory structure. How can I get the
imagelist of the windows system's imagelist that contains
the glyph of drives, and folders, etc. I know I can
create my own imagelist. But then that might not be
consistent with what is shown in other applications, e.g.
the windows explorer. Therefore I like to get hold of the
handle of the system's imagelist.

http://www.codeproject.com/cs/miscctrl/foldertreeview.asp

HTH,
Herfried K. Wagner
 
Back
Top