user1595185
user1595185

Reputation: 1

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 to update my view. On click of any tree node a new pane should be displayed at the same position overriding the previous pane.

sample code would be highly appreciated

Upvotes: 0

Views: 803

Answers (1)

JohnCz
JohnCz

Reputation: 1609

Do you really need to replace view or just change what view displays?

By replacing view I mean use different window; for example: replaced CEdit derived view with CFormView derived.

Could you please explain in greater detail what you are trying to accomplish?

Upvotes: 0

Related Questions