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 get data from list control

How to get data from list control

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelptutorial
4 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.
  • V Offline
    V Offline
    vc _fragrance
    wrote on last edited by
    #1

    Hi, I have created gridlines using CListCtrl in reported view.I have entered data in some gridlines. Now I want all the the data.How can I get that data? Can u please help me. Thank you.

    _ H 2 Replies Last reply
    0
    • V vc _fragrance

      Hi, I have created gridlines using CListCtrl in reported view.I have entered data in some gridlines. Now I want all the the data.How can I get that data? Can u please help me. Thank you.

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      vc++_fragrance wrote:

      CListCtrl.How can I get that data

      CListCtrl::GetItemText(...); Use it while iterating through the elements of the list control using a loop.

      Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

      V 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        vc++_fragrance wrote:

        CListCtrl.How can I get that data

        CListCtrl::GetItemText(...); Use it while iterating through the elements of the list control using a loop.

        Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

        V Offline
        V Offline
        vc _fragrance
        wrote on last edited by
        #3

        Thank you very much.

        1 Reply Last reply
        0
        • V vc _fragrance

          Hi, I have created gridlines using CListCtrl in reported view.I have entered data in some gridlines. Now I want all the the data.How can I get that data? Can u please help me. Thank you.

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

          You can use GetItemCount for get items of List and use from a loop with GetItemText for read of listctrl.


          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