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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
