How to have Fixed positions for Child windows in MDI application
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am having a MDI application. I want to fix the positions of Child windows, that are seen in the MDI. Can someone please tell me how to do it. Thanks, Sansky:-D God is Good, all the Time. All the Time, God is Good.
-
Hi, I am having a MDI application. I want to fix the positions of Child windows, that are seen in the MDI. Can someone please tell me how to do it. Thanks, Sansky:-D God is Good, all the Time. All the Time, God is Good.
Intercept (and respond to) WM_GETMINMAXINFO for the child windows. However, if all of the child windows are going to be fixed size it seems you really are not interested in having an MDIClient.