Click to See Complete Forum and Search --> : Two docs displayed in a single splitter window


April 5th, 1999, 04:07 PM
I have a CSplitterWnd as a child of CMDIChildFrame, it has two panes. I want to display a different document in each pane.

I have this kind of working - when creating a view for pane 1, I create a document behind back of MFC and a view for pane 2.

I am looking for a cleaner way, so that I can handle save and open messages in the conventional manner. Anybody tried this successfully?