CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: CTreeView

  1. #1
    Join Date
    May 1999
    Posts
    22

    CTreeView

    Please if any body can tell me how to use CTreeView to create and display a tree on its main window in a SDI application.
    Thanks.


  2. #2
    Join Date
    May 1999
    Posts
    37

    Re: CTreeView

    im not quite sure what you want and i dont know too much about it, but... you can make the View class derived from CFormView(selectable from step 6 of appwizard for sdi programs). this will create a mix of an sdi interface and a dialog box interface so that you can place a tree list right into your main window. hope this helps.

    L5


  3. #3
    Join Date
    May 1999
    Posts
    22

    Re: CTreeView

    But I want to know about the code that how to proceed to implement a tree control and display it on a main frame window in a SDI application,.



  4. #4
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: CTreeView

    Make the view in the Frame/Doc/View architecture a CTreeView and voila, you also have a CTreeCtrl

    Sally


  5. #5
    Join Date
    May 1999
    Posts
    22

    Thanks

    Thanks a lot to all of you for your help. It is really usefull. Once again thank you.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured