I have a SDI interface with a 2 pane vertical splitter. The pane on the left is created first and then the pane on the right. Each pane has a CView derrived class. A call to GetActiveView() will return a pointer to the CView of the right pane (the last one created). How can I get a pointer to the left view in pane 0 to pass to SetActiveView(CView *) to make it the active view?

Thanks,

Steven M. McNeese
[email protected]