How do I get all the views in an MDI app? May 29, 2009 You can use following functions to access all views. CDocument::GetFirstViewPosition();CDocument::GetNextView();CMultiDocTemplate::GetFirstDocPosition();CMultiDocTemplate::GetNextDoc(); Share Get link Facebook X Pinterest Email Other Apps Labels MFC Share Get link Facebook X Pinterest Email Other Apps Comments
Comments