CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    22

    CTreeCtrl/CTreeView

    Please any body would tell me the code to create and display a tree on main window in a Frame/Doc/View architecture using CTreeView as a base view class.
    Thanks.


  2. #2
    Join Date
    May 1999
    Location
    Antwerp, Belgium
    Posts
    136

    Re: CTreeCtrl/CTreeView

    When you create your project with the AppWizard you can change the base class of your view in the last step (6). In the Combobox under Base class: select CTreeView as your base class.


  3. #3
    Join Date
    May 1999
    Posts
    22

    Thanks

    Thank you very much for your help. It is done now. I appriciate it. Thanks again.


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