Associated icon for files in Treeview

  • Thread starter Thread starter Seth Williams
  • Start date Start date
S

Seth Williams

I've got a Treeview, in which I'm adding file names/paths
How can I add the System image associated with that file (dynamically), in
the Treeview?
 
Seth Williams said:
I've got a Treeview, in which I'm adding file names/paths
How can I add the System image associated with that file (dynamically), in
the Treeview?

'Icon.ExtractAssociatedIcon'. You may also take a look at the documentation
on the Win32 listview control (the control the .NET listview control is
based on) for system image list support.
 
Back
Top