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. How to use CListCtrl to handle message

How to use CListCtrl to handle message

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
8 Posts 4 Posters 3 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.
  • J Offline
    J Offline
    jinjiashan
    wrote on last edited by
    #1

    How to use CListCtrl to handle message

    N S A 3 Replies Last reply
    0
    • J jinjiashan

      How to use CListCtrl to handle message

      N Offline
      N Offline
      Naveen
      wrote on last edited by
      #2

      Which message actually?

      nave [OpenedFileFinder] [My Blog]

      J 1 Reply Last reply
      0
      • J jinjiashan

        How to use CListCtrl to handle message

        S Offline
        S Offline
        Selvam R
        wrote on last edited by
        #3

        CListCtrl encapsulate list view. so, we can use the list view messages http://msdn.microsoft.com/en-us/library/cc656508%28VS.85%29.aspx[^]

        Thanks and Regards, Selvam, http://www.wincpp.com

        1 Reply Last reply
        0
        • J jinjiashan

          How to use CListCtrl to handle message

          A Offline
          A Offline
          Adam Roderick J
          wrote on last edited by
          #4

          Please elaborate your question, we cannot understand until, you gave some more clue. Please refer the link to ask the correct way to get maximum answers :) [^]

          Величие не Бога может быть недооценена.

          J 1 Reply Last reply
          0
          • A Adam Roderick J

            Please elaborate your question, we cannot understand until, you gave some more clue. Please refer the link to ask the correct way to get maximum answers :) [^]

            Величие не Бога может быть недооценена.

            J Offline
            J Offline
            jinjiashan
            wrote on last edited by
            #5

            thanks for all friends above; I have a class derived CListCtrl, I tend to use this class to access the item associated with this class. so I should use which message handle? all message can't be responded,why? class CMyList : public CListCtrl

            1 Reply Last reply
            0
            • N Naveen

              Which message actually?

              nave [OpenedFileFinder] [My Blog]

              J Offline
              J Offline
              jinjiashan
              wrote on last edited by
              #6

              Hi, all message can't be responsed? how to handle?

              N 1 Reply Last reply
              0
              • J jinjiashan

                Hi, all message can't be responsed? how to handle?

                N Offline
                N Offline
                Naveen
                wrote on last edited by
                #7

                Derive a class from CListCtrl and overide the WindowProc() function. All the message to the list control goes throught that function.

                nave [OpenedFileFinder] [My Blog]

                J 1 Reply Last reply
                0
                • N Naveen

                  Derive a class from CListCtrl and overide the WindowProc() function. All the message to the list control goes throught that function.

                  nave [OpenedFileFinder] [My Blog]

                  J Offline
                  J Offline
                  jinjiashan
                  wrote on last edited by
                  #8

                  thank you I try to do it

                  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