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

    How to make a view over a userdefined treectrl

    As begining,I derived a TreeCtrl from CTreeCtrl.
    How can I generate a view like CTreeView over this TreeCtrl? Can I derived a class from CTreeView? If can ,How to get the TreeCtrl in the Treeview? Thanks!!


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

    Re: How to make a view over a userdefined treectrl

    see : http://www.codeguru.com/listview/ctr...ew_undoc.shtml
    (It's the same for CTreeView).

    Or you have to derive a class from CView and make it work with your own CTreeCtrl.


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