Getting the System Image List

  • Thread starter Thread starter news.tesco.net
  • Start date Start date
N

news.tesco.net

Dear all,

I have two questions for all you experts out there...!

1. Is there a way of getting the system image list using the .NET framework?
2. I can get the system image list using SHGetFileInfo (using interop) but
then I have had serious problems trying to convert the HIMAGELIST to the
..NET image list type and it never really worked...! Anyone know how to
convert the HIMAGELIST into a type that is usable by a .NET list view for
example?

Many thanks in advance!

Carly
 
1. Is there a way of getting the system image list using the .NET framework?
No


2. I can get the system image list using SHGetFileInfo (using interop) but
then I have had serious problems trying to convert the HIMAGELIST to the
.NET image list type and it never really worked...! Anyone know how to
convert the HIMAGELIST into a type that is usable by a .NET list view for
example?

Unfortunately you can't do that either.



Mattias
 
Back
Top