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. To provide imageList is only Possible..

To provide imageList is only Possible..

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 Posts 2 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.
  • A Offline
    A Offline
    Anamika2005
    wrote on last edited by
    #1

    To provide imageList is only Possible with CListCtrl ? It is not possible with CListBox ... If Possible please help me for that by giving the steps to achieve it.. Thanks n Regards Shikha

    M 1 Reply Last reply
    0
    • A Anamika2005

      To provide imageList is only Possible with CListCtrl ? It is not possible with CListBox ... If Possible please help me for that by giving the steps to achieve it.. Thanks n Regards Shikha

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

      The list box is an older control and came before the imagelist was created, so no you can't get images automatically in a list box unless you do owner-drawing. But if you need images, it's a heck of a lot easier to just use a list view control.

      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

      A 1 Reply Last reply
      0
      • M Michael Dunn

        The list box is an older control and came before the imagelist was created, so no you can't get images automatically in a list box unless you do owner-drawing. But if you need images, it's a heck of a lot easier to just use a list view control.

        --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

        A Offline
        A Offline
        Anamika2005
        wrote on last edited by
        #3

        thanks for your reply ..... Listview can i use it on the Dialog box?? i want it on the Dialog box .. Thanks n regards Shikha

        M 1 Reply Last reply
        0
        • A Anamika2005

          thanks for your reply ..... Listview can i use it on the Dialog box?? i want it on the Dialog box .. Thanks n regards Shikha

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

          Yes you can use the list view in a dialog

          --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

          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