|
-
November 26th, 2012, 03:40 PM
#6
Re: Access from CDocument to CMDIChildWnd
 Originally Posted by VictorN
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|