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. tree view using form view.

tree view using form view.

Scheduled Pinned Locked Moved C / C++ / MFC
c++data-structuresquestionlearning
3 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
    santhosh padamatinti
    wrote on last edited by
    #1

    Hi, I am beginner to VC++. Now I want to develop an application where window divided into two parts. left side i am having tree view and right side display information. I already implemented tree view using SDI application (CTreeView). Now I want to implement a tree in CFormView. How can i write a tree implementation in CForm View. Please suggest me the solution. Also If you have any references related to this please send me. Thanks in advance........

    To invent something, you need a mountain of junk in your mind. ---------------------Thomas alva edison

    M K 2 Replies Last reply
    0
    • S santhosh padamatinti

      Hi, I am beginner to VC++. Now I want to develop an application where window divided into two parts. left side i am having tree view and right side display information. I already implemented tree view using SDI application (CTreeView). Now I want to implement a tree in CFormView. How can i write a tree implementation in CForm View. Please suggest me the solution. Also If you have any references related to this please send me. Thanks in advance........

      To invent something, you need a mountain of junk in your mind. ---------------------Thomas alva edison

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #2

      One solution is to use a spliter (CSplitterWnd) to split the view into 2 parts, the left side (for example) will contain the tree, and the right side will contain the "information".

      This signature was proudly tested on animals.

      1 Reply Last reply
      0
      • S santhosh padamatinti

        Hi, I am beginner to VC++. Now I want to develop an application where window divided into two parts. left side i am having tree view and right side display information. I already implemented tree view using SDI application (CTreeView). Now I want to implement a tree in CFormView. How can i write a tree implementation in CForm View. Please suggest me the solution. Also If you have any references related to this please send me. Thanks in advance........

        To invent something, you need a mountain of junk in your mind. ---------------------Thomas alva edison

        K Offline
        K Offline
        KingsGambit
        wrote on last edited by
        #3

        You can consider a tree control (CTreeCtrl) for form view.

        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