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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top