|
I have an MDI program, what if I want to create 4 CMDIChildWnd child windows from the beginning? It seems that in the MFC examples are all dynamically created using the OnFileNew command.
More importantly, I want to put a Dialog in each CMDIChildWnd child window. How can I achieve this? |
|