B
benoit311080
Hi,
I need to retrieve icons of files in my .net application. Because the
method fromHandle() doesn't exist in CF, i'm using this great code that
transforms a win32 icon HICON to a managed icon:
http://www.opennetcf.org/PermaLink.aspx?guid=342bde3d-eeba-4d78-9748-29eb89ee13bf
I find this rather slow method when it is necessary to treat a big
number of files. Is not there a faster method in .NET? Thank you
I need to retrieve icons of files in my .net application. Because the
method fromHandle() doesn't exist in CF, i'm using this great code that
transforms a win32 icon HICON to a managed icon:
http://www.opennetcf.org/PermaLink.aspx?guid=342bde3d-eeba-4d78-9748-29eb89ee13bf
I find this rather slow method when it is necessary to treat a big
number of files. Is not there a faster method in .NET? Thank you