Quote Originally Posted by VictorN View Post
Why do you need to update a (ch*ld) frame window?
Every document just holds some data. To diplay this data the View were designed to use. Ro update the views for the current document there is a CDocument::UpdateAllViews method. And the view classes (derived from CView) just use overidden OnUpdate that is called in response to CDocument::UpdateAllViews call.
PLease, read about Doc/View architecture in MSDN.
Dear Victor,

You help is highly appreciated.

Best regards,
Zvika