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

Thread: SplitterWnd

  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    SplitterWnd

    After creating a CSplitterWnd how does one go about placing a CTreeView or CListView into either pane? In other words I am trying to build something like an explorer program.

    Thanks

    Jim Bassett


  2. #2
    Join Date
    May 1999
    Posts
    19

    Re: SplitterWnd

    Check the splitter section of this site. The article "Tabbed views within a splitter window" does this as an example. You can download the example from http://www.scasoftware.com/Knowledge...bedWindow.htm.


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