[Mono-winforms-list] Implementing file icons on Windows
Kornél Pál
kornelpal at hotmail.com
Tue Sep 13 07:40:37 EDT 2005
Hi,
Unlike Linux, Windows associates icons based on extension and optionally on
custom icon handler DLLs and don't care about MIME types.
I want to implement icon handling using SHGetFileInfo and system image list.
This meas however that I have to modify ImageList to use and interface based
multi-implementation design like our theming system because system image
list is a native Windows image list.
Is it OK to to so?
Kornél
More information about the Mono-winforms-list
mailing list