CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: CSplitterWnd. How to catch separator move action?

    Quote Originally Posted by user008 View Post
    But I am trying to catch event in framewnd, and do not call dynamic_cast<CChildFrame *>(GetParentFrame())->calculate() from all views. Do you mean this?
    I already wrote you in another thread what you could do
    Victor Nijegorodov

  2. #17
    Join Date
    Oct 2010
    Location
    Russia
    Posts
    69

    Re: CSplitterWnd. How to catch separator move action?

    Thanks.

Page 2 of 2 FirstFirst 12

Tags for this Thread

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