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

    how do I create dynamic splitter inside static splitter window?

    Hello,
    Is there anyway I can create dynamic splitter inside static splitter window?
    Thnak you,
    Don


  2. #2
    Join Date
    May 1999
    Posts
    92

    Re: how do I create dynamic splitter inside static splitter window?

    I don't know if this will work, but have you tried to create two subclasses from the CSplitterWnd class. One would be used to split the main window and the other would be the runtime class put in whichever window you want.

    I a splitter window in a splitter window


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