Screen Splitting in MFC
-
Hi, The program I am working on is an SDI. When the program starts, I have a bitmap background active. I have created split screen windows in CMainFrame::OnCreateClient. When I try to call the split screen from one of my dialog boxes' OnOK buttons, I can not switch from the background bitmap to a split window screen. How can I best accomplish this? Any help greatly appreciated, CitationJet
-
Hi, The program I am working on is an SDI. When the program starts, I have a bitmap background active. I have created split screen windows in CMainFrame::OnCreateClient. When I try to call the split screen from one of my dialog boxes' OnOK buttons, I can not switch from the background bitmap to a split window screen. How can I best accomplish this? Any help greatly appreciated, CitationJet
You should try the ST_SplitterWnd from Daniel Zuppinger: http://www.codeproject.com/splitter/st\_splitterwnd.asp You can add, remove, switch panes in splitted windows. Eric