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

    Tree control on a docking toolbar

    Using MS VC++ 9 (2008) .NET3.5

    I need to create a tree control on a docking toolbar displayed vertically, kind of as in MS office.
    I tried the setting 'explorer' type tool bar in the new project wizard and I got additional toolbar, added tree control on it, found these issues:

    1. can not find a way to create/access the member variable for the control to add values to tree control.
    2. can create event handlers through the wizard but those are not called
    3. The tool bar doesn't show up vertically.

    Can someone please point me to right direction on how to achieve it?

    Thanks in advance...

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Tree control on a docking toolbar

    Did you consider using CDialogBar instead?
    Using CDialogBar in 32-Bit MDI Applications
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2009
    Posts
    2

    Re: Tree control on a docking toolbar

    Quote Originally Posted by VictorN View Post
    Did you consider using CDialogBar instead?
    Using CDialogBar in 32-Bit MDI Applications
    Wonderful! this looks promising. Thanks Victor!

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