5/29/09

How do I get all the views in an MDI app?

You can use following functions to access all views.

  • CDocument::GetFirstViewPosition();
  • CDocument::GetNextView();
  • CMultiDocTemplate::GetFirstDocPosition();
  • CMultiDocTemplate::GetNextDoc();


No comments:

ITUCU