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. Again ,again CListCtrl !

Again ,again CListCtrl !

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

    How can i get the sum for col2 ? i have a CListCtrl m_list -------------------------- |Col0 | Col1| Col2 | -------------------------- | 10 | 2 | 1 | -------------------------- | 10 | 2 | 1 | -------------------------- all i want is to get the sum from col3 = 2 m_list.GetItem(...); s1.Format(....); AfxMessageBox(s1); // =2 from (Col3) How Can i get the result?(from Col3); (sum)?

    Bravoone

    realJSOPR 1 Reply Last reply
    0
    • B Bravoone_2006

      How can i get the sum for col2 ? i have a CListCtrl m_list -------------------------- |Col0 | Col1| Col2 | -------------------------- | 10 | 2 | 1 | -------------------------- | 10 | 2 | 1 | -------------------------- all i want is to get the sum from col3 = 2 m_list.GetItem(...); s1.Format(....); AfxMessageBox(s1); // =2 from (Col3) How Can i get the result?(from Col3); (sum)?

      Bravoone

      realJSOPR Offline
      realJSOPR Offline
      realJSOP
      wrote on last edited by
      #2

      Wasn't one copy of your question enough?

      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

      B 1 Reply Last reply
      0
      • realJSOPR realJSOP

        Wasn't one copy of your question enough?

        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

        B Offline
        B Offline
        Bravoone_2006
        wrote on last edited by
        #3

        ok,sorry

        Bravoone

        realJSOPR 1 Reply Last reply
        0
        • B Bravoone_2006

          ok,sorry

          Bravoone

          realJSOPR Offline
          realJSOPR Offline
          realJSOP
          wrote on last edited by
          #4

          Check your previous question - I provided enough code to get you going down the right path.

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          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