المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How do I update page using standard propery sheet?



C++ Programming
06-05-2012, 12:23 PM
I have a standard MFC doc/view app were the initial view is a static two pane splitter with left pane as plain Cview and the right pane a property sheet. The pages are another Cview(s).
When I call UpdateAllViews it updates only the left pane and the right pane.
At present the pages views are not included in doc/view templates – hence they do not get updated.
And there is no virtual OnUpdate in property sheet also.
I know how to update one page from the other.
So – how do I update the pages using UpdateAllViews as a starting point?
I do not need the code, just some suggestion or references on how to pass update messages all the way to the pages.
Any help is as always appreciated.
Vaclav