CMDIChildWnd - window arrangement
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm have the need to write a custom window arrangement routine (like the normal tile, cascade, etc) in an MFC MDI app. What i'm need to do is "stack" MDI child windows of a certain CMdiChildWnd derived type, while minimizing all other MDIChild frame windows. Does CMidFrameWnd maintain a list of pointers to it's child frame windows? If not, any idea how i can enumerate the child frames, and figure out what CMDIChildWnd-derived type they are? Thanks, Heywood