Tile childwindow
C / C++ / MFC
3
Posts
3
Posters
23
Views
1
Watching
-
I want to tile the childwindow when I first run my MDI app, does anyone have a code to show how this is done, I know there is MDITile() and TileWindows() but need a sample how its used.
You just send WM_MDITILE to the MDIClient (this is crucial, it's the MDIClient window that is to have the message, not the MDIFrame) with e.g. MDITILE_VERTICAL.
-
You just send WM_MDITILE to the MDIClient (this is crucial, it's the MDIClient window that is to have the message, not the MDIFrame) with e.g. MDITILE_VERTICAL.