andrethegiant
Programmer
In a single view, Multi Document application (MDI), how do
you update all of the open document's views at once?
UpdateAllViews() updates all of the views of a single
document, but not the other open docs. For example, if there is a change to the viewing characteristics common to all open docs, how can I make those changes visible to all doc views and not just the active one?
you update all of the open document's views at once?
UpdateAllViews() updates all of the views of a single
document, but not the other open docs. For example, if there is a change to the viewing characteristics common to all open docs, how can I make those changes visible to all doc views and not just the active one?