Questions tagged [csplitterwnd]

21 questions
0
votes
0 answers

CSplitterWnd:RecalcLayout causing window to close

I have just inherited a project of code, and for some reason the executable it builds closes immediately after running. No one knows why this is, as apprently before the project was given to me it built and ran fine, but that's neither here nor…
Raiden616
  • 1,545
  • 3
  • 18
  • 42
0
votes
1 answer

Which message sends when I click on line separator in CSplitterWnd?

I have pane with vertical divider line. When I move this line on top or bottom, I got size message to List, which exists inside pane. But I can't find handler which responsible for messaging when I just click in line without moving. My problem is: I…
user1711993
  • 271
  • 4
  • 20
0
votes
1 answer

Splitters in TabView

I know a document can have multiple views These can be via splitters in the childframe class or via a CTabView But I want multiple tabs where tabs contain multiple views with splitters? Is that combination possible?
Herby65
  • 11
0
votes
1 answer

How to avoid double scrollbars when using class CSplitterWndEx

I created an application with the MFC wizard and added the splitter functionality. The wizard will add a variable CSplitterWndEx m_wndSplitter to class CChildFrame. After that, a split view will be created with a horizontal scrollbar and a vertical…
0
votes
1 answer

Replace a view in splitter window during runtime in mfc vs2010

I would like to know a way to change the view of a particular pane in a splitter window. It should be something like an explorer window. Where on click of any tree branch on left side of window right hand side view updates. Similarily i would like…
0
votes
1 answer

How to split a Window dynamically in MFC without using CSplitterWnd::Create

I create a MFC MDI application, and want to split a window into two parts at a time dynamically by right click and choosing a "AddSplitWnd" pop menu item. I try to use CSplitterWnd::CreateStatic to implement it, once the window is split, it need to…
ohluyao
  • 1
  • 1
  • 1
1
2