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. load image to list box

load image to list box

Scheduled Pinned Locked Moved C / C++ / MFC
help
5 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.
  • S Offline
    S Offline
    see me
    wrote on last edited by
    #1

    hi all i want to load images :sigh: which is in a folder to the list box. Some one Please help me :)

    Dream bigger... Do bigger...Expect smaller aji

    D H 2 Replies Last reply
    0
    • S see me

      hi all i want to load images :sigh: which is in a folder to the list box. Some one Please help me :)

      Dream bigger... Do bigger...Expect smaller aji

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      You'll need to make sure the listbox has the LBS_OWNERDRAWFIXED style.


      "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

      "Judge not by the eye but by the heart." - Native American Proverb

      S 1 Reply Last reply
      0
      • D David Crow

        You'll need to make sure the listbox has the LBS_OWNERDRAWFIXED style.


        "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

        "Judge not by the eye but by the heart." - Native American Proverb

        S Offline
        S Offline
        see me
        wrote on last edited by
        #3

        I did this by ticking the check box Owner Draw Fixed. Is there any other method?? OR how can i load the images to list box from a folder that specified by me????:sigh:

        Dream bigger... Do bigger...Expect smaller aji

        D 1 Reply Last reply
        0
        • S see me

          I did this by ticking the check box Owner Draw Fixed. Is there any other method?? OR how can i load the images to list box from a folder that specified by me????:sigh:

          Dream bigger... Do bigger...Expect smaller aji

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          see me wrote:

          Is there any other method??

          You may also need to handle the following messages:

          WM_COMPAREITEM (only if the LBS_SORT style was used)
          WM_DELETEITEM
          WM_DRAWITEM
          WM_MEASUREITEM


          "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

          "Judge not by the eye but by the heart." - Native American Proverb

          1 Reply Last reply
          0
          • S see me

            hi all i want to load images :sigh: which is in a folder to the list box. Some one Please help me :)

            Dream bigger... Do bigger...Expect smaller aji

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #5

            You can use also from CListCtrl i think its better than CListBox You can see an example for your answer with CListctrl in codeproject "Thumbnail_demo"

            _**


            **_

            WhiteSky


            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