WM_MDIACTIVATE
An application sends the WM_MDIACTIVATE message to a MDI client window to instruct the client window to activate a different MDI child window.
WM_MDICASCADE
An application sends the WM_MDICASCADE message to a MDI client window to arrange all its child windows in a cascade format.
WM_MDICREATE
An application sends the WM_MDICREATE message to a MDI client window to create an MDI child window.
WM_MDIDESTROY
An application sends the WM_MDIDESTROY message to a MDI client window to close an MDI child window.
WM_MDIGETACTIVE
An application sends the WM_MDIGETACTIVE message to a MDI client window to retrieve the handle to the active MDI child window.
WM_MDIICONARRANGE
An application sends the WM_MDIICONARRANGE message to a MDI client window to arrange all minimized MDI child windows. It does not affect child windows that are not minimized.
WM_MDIMAXIMIZE
An application sends the WM_MDIMAXIMIZE message to a MDI client window to maximize an MDI child window. The system resizes the child window to make its client area fill the client window. The system places the child window's window menu icon in the rightmost position of the frame window's menu bar, and places the child window's restore icon in the leftmost position. The system also appends the title bar text of the child window to that of the frame window.
WM_MDINEXT
An application sends the WM_MDINEXT message to a MDI client window to activate the next or previous child window.
WM_MDIREFRESHMENU
An application sends the WM_MDIREFRESHMENU message to a MDI client window to refresh the window menu of the MDI frame window.
WM_MDIRESTORE
An application sends the WM_MDIRESTORE message to a MDI client window to restore an MDI child window from maximized or minimized size.
WM_MDISETMENU
An application sends the WM_MDISETMENU message to a MDI client window to replace the entire menu of an MDI frame window, to replace the window menu of the frame window, or both.
WM_MDITILE
An application sends the WM_MDITILE message to a MDI client window to arrange all of its MDI child windows in a tile format.