HOWTO: How to Use MFC to Step Through Child Windows of the MDIClient (131994)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft Visual C++ for Windows, 16-bit edition 1.0
- Microsoft Visual C++ for Windows, 16-bit edition 1.5
- Microsoft Visual C++ for Windows, 16-bit edition 1.51
- Microsoft Visual C++ for Windows, 16-bit edition 1.52
- Microsoft Visual C++, 32-bit Editions 1.0
- Microsoft Visual C++, 32-bit Editions 2.0
- Microsoft Visual C++, 32-bit Editions 2.1
- Microsoft Visual C++, 32-bit Editions 4.0
This article was previously published under Q131994 SUMMARY
You can iterate through all the MDI child windows in an MDI application
without specifically activating them in turn. These CMDIChildWnd objects
are managed by the MDIClient window, which covers the client area of the
main frame window in an MDI application. Although this window does not have
a corresponding MFC object, you can attach it to a CWnd object and use the
features of the CWnd class to access each of the MDI child windows.
Modification Type: | Major | Last Reviewed: | 12/2/2003 |
---|
Keywords: | kbDocView kbhowto kbMDI KB131994 |
---|
|