Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Changing icons for items in the list part of a Windows Explorer application [modified]

Changing icons for items in the list part of a Windows Explorer application [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
comdata-structuresarchitecturetutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Ben Aldhouse
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups