Changing icons for items in the list part of a Windows Explorer application [modified]
-
Hi, I would like to change the icons for the items in the list control on the right hand pane of a project of mine using the Windows Explorer architecture (http://www.codeproject.com/KB/tree/SimpleDrvExplorer.aspx). I believe that an efficient way of doing this would be to use I_IMAGECALLBACK as described in this Microsoft support document (http://support.microsoft.com/kb/141834). However, I don't know how to find out what the child identifier is for my list control (the equivalent of IDI_LIST in the support article). This would be easy if, for instance, I had added the list control to a dialog form, or whatever, since the ID would be something I would have renamed when I added it. Perhaps the architecture of my program precludes me from being able to use the I_IMAGECALLBACK method, but I'd like to know. Thanks, Ben.
modified on Thursday, March 26, 2009 5:34 PM