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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Question on flexgrid

Question on flexgrid

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++tutorial
3 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.
  • G Offline
    G Offline
    gReaen
    wrote on last edited by
    #1

    Hello, I have come across few applications which use MS FlexGrid written in MFC. Can someone tell me what the function SetTextArray(column, "string") does? If it sets the text in a column, don't we need to specify the row there? I have searched for tutorials and could not find anything helpful. So please suggest a good tutorial which explains what the functions are used for...

    The problems that exist in the world today cannot be solved by the level of thinking that created them. - Albert Einstein

    S 1 Reply Last reply
    0
    • G gReaen

      Hello, I have come across few applications which use MS FlexGrid written in MFC. Can someone tell me what the function SetTextArray(column, "string") does? If it sets the text in a column, don't we need to specify the row there? I have searched for tutorials and could not find anything helpful. So please suggest a good tutorial which explains what the functions are used for...

      The problems that exist in the world today cannot be solved by the level of thinking that created them. - Albert Einstein

      S Offline
      S Offline
      sunny_vc
      wrote on last edited by
      #2

      i dont think you can get any doucment for the flexgrid. But regarding SetTextArray(arg1,arg2), arg1 is the cell number and arg2 is the data that u want to display. Cell numbering starts from the topleft corner and ends with bottom right corner.Like 0 1 2 3 4 5 6 7 8 9 10 11 Hope this answer helps you, Sunil.

      G 1 Reply Last reply
      0
      • S sunny_vc

        i dont think you can get any doucment for the flexgrid. But regarding SetTextArray(arg1,arg2), arg1 is the cell number and arg2 is the data that u want to display. Cell numbering starts from the topleft corner and ends with bottom right corner.Like 0 1 2 3 4 5 6 7 8 9 10 11 Hope this answer helps you, Sunil.

        G Offline
        G Offline
        gReaen
        wrote on last edited by
        #3

        Thanks for the reply.

        The problems that exist in the world today cannot be solved by the level of thinking that created them. - Albert Einstein

        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