> What is the best way to store the data in the toolbar when, for a given child, the focus is lost, and to set the stored data back in the toolbar when the same child is gaining focus again ?
Phil,
When the view changes (look at handling OnMDIActivate), just update
the toolbar controls with the view document data.
Dave