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. Control Listbox

Control Listbox

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
3 Posts 3 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.
  • C Offline
    C Offline
    calebcohoon
    wrote on last edited by
    #1

    Hello. Can anybody tell me how-to add a icon to control listbox in MFC? Thanks, Caleb

    M T 2 Replies Last reply
    0
    • C calebcohoon

      Hello. Can anybody tell me how-to add a icon to control listbox in MFC? Thanks, Caleb

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Use a CComboBoxEx instead, which has built-in support for images. --Mike-- http://home.inreach.com/mdunn/ A recent survey reports that 1/4 of all internet users in England surf for porn. The other 3/4 just didn't want to admit it.

      1 Reply Last reply
      0
      • C calebcohoon

        Hello. Can anybody tell me how-to add a icon to control listbox in MFC? Thanks, Caleb

        T Offline
        T Offline
        Tomasz Sowinski
        wrote on last edited by
        #3

        You have two options: 1) use owner-draw. In this scenario you're responsible for drawing listbox items; you can draw text, icons, whatever you want 2) switch to CListCtrl. This control can display item images. Tomasz Sowinski -- http://www.shooltz.com

        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